Home
last modified time | relevance | path

Searched refs:npkts (Results 1 – 6 of 6) 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; 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 …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dntp.h452 uchar_t npkts; /* total number of packets */ member
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c698 qede_process_rx_ring(qede_rx_ring_t *rx_ring, int nbytes, int npkts) in qede_process_rx_ring() argument
714 (pkt_cnt >= npkts)) { in qede_process_rx_ring()
810 int nbytes, int npkts, int *work_done) in qede_process_fastpath() argument
839 nbytes, npkts); in qede_process_fastpath()
H A Dqede.h1061 int nbytes, int npkts, int *work_done);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_mroute.c1674 int npkts; in ip_mforward() local
1780 for (rte_m = mfc_rt->mfc_rte, npkts = 0; rte_m; in ip_mforward()
1782 npkts++; in ip_mforward()
1785 "ip_mforward: upcalls %d\n", npkts); in ip_mforward()
1787 if (npkts > MAX_UPQ) { in ip_mforward()
1793 if (npkts == 0) { /* first upcall */ in ip_mforward()
1840 if (npkts == 0) { in ip_mforward()
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rxdma.c1396 uint32_t qlen_hw, npkts, num_rcrs; in hxge_rx_pkts() local
1465 npkts = hxge_scan_for_last_eop(rcrp, rcr_desc_rd_head_p, num_rcrs); in hxge_rx_pkts()
1466 if (!npkts) in hxge_rx_pkts()
1469 if (qlen_hw > npkts) { in hxge_rx_pkts()
1473 qlen_hw = npkts; in hxge_rx_pkts()