Home
last modified time | relevance | path

Searched refs:npkts (Results 1 – 4 of 4) sorted by relevance

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