Searched defs:num_pkts (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/
H A Dibmf_rmpp.c459 uint32_t data_sz, offset, num_pkts; local
626 num_pkts = (buf_sz / cl_hdrdata_sz) + 1;
629 num_pkts = buf_sz / cl_hdrdata_sz;
631 num_pkts = 1;
656 (num_pkts * cl_hdr_sz);
1666 "next_seg = 0x%x, num_pkts = %d\n",
1669 tnf_uint, num_pkts, msgimplp->im_rmpp_ctx.rmpp_num_pkts);
1716 "ns = %d, num_pkts = %d\n", tnf_uint, wl, rmpp_ctx->rmpp_wl,
1717 tnf_uint, ns, rmpp_ctx->rmpp_ns, tnf_uint, num_pkts,
1783 uint32_t num_pkts, resi local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/oce/
H A Doce_hw_eth.h187 uint32_t num_pkts:16; member in struct:oce_nic_tx_cqe::__anon7721::__anon7722
206 uint32_t num_pkts:16;
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c1799 int rval = 0, num_pkts = 0; local
1807 ((num_pkts = fcip_port_get_num_pkts(fptr)) > 0) ||
1812 "fcip_flags: 0x%x, num_pkts: 0x%x, ipkts_pending: 0x%lx!",
1813 fptr->fcip_flags, num_pkts, fptr->fcip_num_ipkts_pending));

Completed in 82 milliseconds