Searched refs:cl_hdr_off (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibmf/ |
H A D | ibmf_rmpp.c | 460 uint32_t cl_hdr_sz, cl_data_sz, cl_hdr_off, cl_hdrdata_sz; local 539 &cl_hdr_off); 613 sizeof (ib_mad_hdr_t) - cl_hdr_off - cl_hdr_sz; 616 sizeof (ib_mad_hdr_t) - cl_hdr_off; 669 cl_hdr_off + cl_hdr_sz + rmpp_ctx->rmpp_pyld_len, 696 sizeof (ib_mad_hdr_t) + cl_hdr_off + cl_hdr_sz); 698 offset = sizeof (ib_mad_hdr_t) + cl_hdr_off; 718 sizeof (ib_mad_hdr_t) - cl_hdr_off - cl_hdr_sz; 764 offset = sizeof (ib_mad_hdr_t) + cl_hdr_off + cl_hdr_sz; 846 cl_hdr_off 1708 uint32_t payload_length, cl_hdr_sz, cl_hdr_off; local 1784 uint32_t cl_hdr_sz, cl_data_sz, cl_hdr_off; local [all...] |
H A D | ibmf_msg.c | 609 uint32_t cl_hdr_sz, cl_hdr_off; local 640 &cl_hdr_off); 646 sizeof (ib_mad_hdr_t) + cl_hdr_off + cl_hdr_sz); 649 offset = sizeof (ib_mad_hdr_t) + cl_hdr_off; 668 sizeof (ib_mad_hdr_t) - cl_hdr_off - cl_hdr_sz;
|
H A D | ibmf_impl.c | 1980 uint32_t cl_hdr_sz, cl_hdr_off; local 1996 &cl_hdr_sz, &cl_hdr_off); 1998 cl_hdr_off + msgbufp->im_bufs_cl_hdr_len + 2026 uint32_t cl_hdr_sz, cl_hdr_off; local 2056 &cl_hdr_sz, &cl_hdr_off); 2058 if ((sizeof (ib_mad_hdr_t) + cl_hdr_off + 2142 &cl_hdr_sz, &cl_hdr_off); 2145 cl_hdr_off + msgbufp->im_bufs_cl_hdr_len + 3443 uint32_t cl_hdr_sz, cl_hdr_off; local 3499 &cl_hdr_sz, &cl_hdr_off); [all...] |
H A D | ibmf_wqe.c | 857 uint32_t cl_hdr_sz, cl_hdr_off; local 992 &cl_hdr_sz, &cl_hdr_off); 993 offset += cl_hdr_off;
|
Completed in 61 milliseconds