Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/mac/plugins/
H A Dmac_ib.c179 ib_header_info_t *ibhp; in mac_ib_header()
185 mp = allocb(sizeof (ib_header_info_t) + extra_len, BPRI_HI); in mac_ib_header()
193 mp->b_wptr += sizeof (ib_header_info_t); in mac_ib_header()
200 ib_header_info_t *ibhp; in mac_ib_header_info()
203 if (MBLKL(mp) < sizeof (ib_header_info_t)) in mac_ib_header_info()
208 hdr_info->mhi_hdrsize = sizeof (ib_header_info_t); in mac_ib_header_info()
/titanic_44/usr/src/uts/common/sys/
H A Dmac_ib.h66 } ib_header_info_t; typedef
/titanic_44/usr/src/uts/common/io/ib/clients/ibd/
H A Dibd_cm.c193 ib_header_info_t *ibha; /* ib header for pmtu_pkt */ in ibd_async_rc_process_too_big()
227 if ((pmtu_mp = allocb(sizeof (ib_header_info_t) + sizeof (ipha_t) in ibd_async_rc_process_too_big()
233 pmtu_mp->b_wptr = pmtu_mp->b_rptr + sizeof (ib_header_info_t) in ibd_async_rc_process_too_big()
236 ibha = (ib_header_info_t *)pmtu_mp->b_rptr; in ibd_async_rc_process_too_big()
273 (int32_t)sizeof (ib_header_info_t) + (int32_t)sizeof (ipha_t), 0); in ibd_async_rc_process_too_big()
1457 ib_header_info_t *phdr; in ibd_rc_process_rx()
1554 phdr = (ib_header_info_t *)mp->b_rptr; in ibd_rc_process_rx()
H A Dibd.c6941 ib_header_info_t *ipibp; in ibd_send()
6966 ipibp = (ib_header_info_t *)mp->b_rptr; in ibd_send()
7112 if (MBLKL(mp) < sizeof (ib_header_info_t) + IPV6_HDR_LEN) { in ibd_send()
7114 sizeof (ib_header_info_t))) { in ibd_send()
7120 ipibp = (ib_header_info_t *)mp->b_rptr; in ibd_send()
7123 sizeof (ib_header_info_t)); in ibd_send()
7131 if (MBLKL(mp) < sizeof (ib_header_info_t) + in ibd_send()
7133 if (!pullupmsg(mp, sizeof (ib_header_info_t) + in ibd_send()
7142 sizeof (ib_header_info_t)); in ibd_send()
7923 ib_header_info_t *phdr; in ibd_process_rx()
[all …]