Searched defs:npkts (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/clients/rds/
H A Drdsib_ep.c1570 uint32_t msgsize, npkts, residual, pktno, ix; local
1578 npkts = ((msgsize - 1) / UserBufferSize) + 1;
1581 RDS_DPRINTF5(LABEL, "EP(%p) UIOP(%p) msg size: %d npkts: %d", ep, uiop,
1582 msgsize, npkts);
1585 bp = rds_get_send_buf(ep, npkts);
1591 if (npkts > 1) {
1597 npkts, KM_SLEEP);
1607 pktp->dh_npkts = npkts - pktno;
1633 if (npkts > 1) {
1634 kmem_free(wrp, npkts * sizeo
2218 uint_t npkts, ix; local
[all...]
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c1669 int npkts; local
1775 for (rte_m = mfc_rt->mfc_rte, npkts = 0; rte_m;
1777 npkts++;
1780 "ip_mforward: upcalls %d\n", npkts);
1782 if (npkts > MAX_UPQ) {
1788 if (npkts == 0) { /* first upcall */
1835 if (npkts == 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h454 uchar_t npkts; /* total number of packets */ member in struct:ntpinfo
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c1405 uint32_t qlen_hw, npkts, num_rcrs; local
1474 npkts = hxge_scan_for_last_eop(rcrp, rcr_desc_rd_head_p, num_rcrs);
1475 if (!npkts)
1478 if (qlen_hw > npkts) {
1482 qlen_hw = npkts;

Completed in 459 milliseconds