Home
last modified time | relevance | path

Searched refs:b_next (Results 101 – 125 of 231) sorted by relevance

12345678910

/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_gld_v3.c429 next = mp->b_next; in sfxge_gld_tx()
430 mp->b_next = NULL; in sfxge_gld_tx()
437 mp->b_next = next; in sfxge_gld_tx()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h483 #define TCP_REASS_SEQ(mp) ((uint32_t)(uintptr_t)((mp)->b_next))
484 #define TCP_REASS_SET_SEQ(mp, u) ((mp)->b_next = \
H A Dsadb.h801 tmp = buf_pkt->b_next; \
802 buf_pkt->b_next = NULL; \
/illumos-gate/usr/src/uts/common/io/ppp/spppasyn/
H A Dspppasyn.c358 while (m1->b_next != NULL) in sppp_mappend()
359 m1 = m1->b_next; in sppp_mappend()
360 m1->b_next = m2; in sppp_mappend()
940 mpnext = mp->b_next; in spppasyn_rput()
941 mp->b_next = NULL; in spppasyn_rput()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_ldc.c3796 tmp = tmp->b_next; in vsw_get_pri_packets()
3797 smp->b_next = NULL; in vsw_get_pri_packets()
3808 hmpt->b_next = smp; in vsw_get_pri_packets()
3821 nmpt->b_next = smp; in vsw_get_pri_packets()
3866 tmp = tmp->b_next; in vsw_ldctx_pri()
3867 smp->b_next = NULL; in vsw_ldctx_pri()
3915 ldcp->tx_mtail->b_next = mp; in vsw_ldctx()
3922 tmp = mp->b_next; in vsw_ldctx()
3923 mp->b_next = mp->b_prev = NULL; in vsw_ldctx()
4761 tmp = mp->b_next; in vsw_ldc_tx_worker()
[all …]
H A Dvsw_rxdring.c652 bpt->b_next = NULL; in vsw_ldc_rcv_shm()
654 mp->b_next = NULL; in vsw_ldc_rcv_shm()
655 bpt->b_next = mp; in vsw_ldc_rcv_shm()
/illumos-gate/usr/src/uts/common/io/efe/
H A Defe.c821 mblk_t *tmp = mp->b_next; in efe_m_tx()
822 mp->b_next = NULL; in efe_m_tx()
825 mp->b_next = tmp; in efe_m_tx()
1330 mpp = &tmp->b_next; in efe_recv()
/illumos-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_opt_data.c119 for (meta = sctp->sctp_xmit_head; meta; meta = meta->b_next) { in sctp_get_status()
120 for (mp = meta->b_cont; mp; mp = mp->b_next) { in sctp_get_status()
137 meta != NULL; meta = meta->b_next) { in sctp_get_status()
147 for (meta = sctp->sctp_uo_frags; meta != NULL; meta = meta->b_next) in sctp_get_status()
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp_parse.c561 while (tmp->b_next != NULL) in sdp_parse_bandwidth()
562 tmp = tmp->b_next; in sdp_parse_bandwidth()
563 tmp->b_next = new_bw; in sdp_parse_bandwidth()
/illumos-gate/usr/src/cmd/filesync/
H A Dbase.c94 for (bpp = &bases; (bp = *bpp) != 0; bpp = &bp->b_next) { in add_base()
689 for (bp = bases; bp; bp = bp->b_next) in write_baseline()
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_rx.c812 ret_nmp->b_next = rx_data->rx_mblk; in e1000g_receive()
815 ret_nmp->b_next = NULL; in e1000g_receive()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/oce/
H A Doce_rx.c373 mp->b_next = mp->b_cont = NULL; in oce_rx()
544 mblk_tail = &mp->b_next; in oce_drain_rq_cq()
/illumos-gate/usr/src/uts/common/io/bnxe/
H A Dbnxe_rx.c498 tail->b_next = pMblk; in BnxeRxRingProcess()
502 tail->b_next = NULL; in BnxeRxRingProcess()
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Darc.h157 arc_buf_t *b_next; member
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_main.c741 mp->b_cont = mp->b_next = NULL; in dmfe_getp()
754 tail = &mp->b_next; in dmfe_getp()
1183 next = mp->b_next; in dmfe_m_tx()
1184 mp->b_next = NULL; in dmfe_m_tx()
1186 mp->b_next = next; in dmfe_m_tx()
/illumos-gate/usr/src/uts/common/io/afe/
H A Dafe.c840 mp = mp->b_next; in afe_m_tx()
848 nmp = mp->b_next; in afe_m_tx()
849 mp->b_next = NULL; in afe_m_tx()
852 mp->b_next = nmp; in afe_m_tx()
2225 mpp = &mp->b_next; in afe_receive()
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_output.c1277 mp->b_next = (mblk_t *)(uintptr_t)snxt; in tcp_output()
1969 if ((*xmit_tail)->b_next == NULL) { in tcp_send()
1971 (*xmit_tail)->b_next = in tcp_send()
1987 (*xmit_tail)->b_next = in tcp_send()
2035 if ((*xmit_tail)->b_next == NULL) { in tcp_send()
2037 (*xmit_tail)->b_next = in tcp_send()
2051 (*xmit_tail)->b_next = (mblk_t *)(uintptr_t)(*snxt - len); in tcp_send()
2157 (*xmit_tail)->b_next = in tcp_send()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3584 mp_chain->b_next == NULL && in mac_tx()
3660 mblk_t *next = mp->b_next; in mac_tx()
3666 mp->b_next = NULL; in mac_tx()
3689 new_tail->b_next = mp; in mac_tx()
4126 mp_next = tmp->b_next; in mac_promisc_dispatch_one()
4127 tmp->b_next = NULL; in mac_promisc_dispatch_one()
4134 mp_next = mp->b_next; in mac_promisc_dispatch_one()
4135 mp->b_next = NULL; in mac_promisc_dispatch_one()
4137 mp->b_next = mp_next; in mac_promisc_dispatch_one()
4187 for (mp = mp_chain; mp != NULL; mp = mp->b_next) { in mac_promisc_dispatch()
[all …]
/illumos-gate/usr/src/uts/sun/io/
H A Dzs_async.c2176 tail->b_next = bp; in zsa_softint()
2321 head = head->b_next; in zsa_softint()
2322 bp->b_next = NULL; in zsa_softint()
2666 tail->b_next = mp; in zsa_kick_rcv()
2690 head = head->b_next; in zsa_kick_rcv()
2691 mp->b_next = NULL; in zsa_kick_rcv()
/illumos-gate/usr/src/uts/common/io/axf/
H A Daxf_usbgem.c871 tp->b_next = dupb(mp); in axf_rx_make_packet()
872 tp->b_next->b_rptr = tp->b_rptr + len; in axf_rx_make_packet()
873 tp = tp->b_next; in axf_rx_make_packet()
/illumos-gate/usr/src/uts/common/os/
H A Dstreamio.c1073 stp->sd_struionak = bp->b_next; in strget()
1074 bp->b_next = NULL; in strget()
1475 for (nbp = bp; nbp; nbp = nbp->b_next) { in strread()
1642 ASSERT(bp->b_next == NULL); in strrput()
1832 nextbp = bp->b_next; in strrput()
1833 bp->b_next = NULL; in strrput()
2523 while (mp && mp->b_next) in strrput_nondata()
2524 mp = mp->b_next; in strrput_nondata()
2526 mp->b_next = bp; in strrput_nondata()
2529 bp->b_next = NULL; in strrput_nondata()
[all …]
/illumos-gate/usr/src/uts/common/io/aggr/
H A Daggr_lacp.c2258 grp->lg_lacp_tail->b_next = dmp; in aggr_lacp_rx_enqueue()
2349 nextmp = mp->b_next; in aggr_lacp_rx_thread()
2350 mp->b_next = NULL; in aggr_lacp_rx_thread()
2366 nextmp = mp->b_next; in aggr_lacp_rx_thread()
2367 mp->b_next = NULL; in aggr_lacp_rx_thread()
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c579 (*last_mp)->b_next = mp; in amd8111s_recv_copy()
1322 next = mp->b_next; in amd8111s_m_tx()
1323 mp->b_next = NULL; in amd8111s_m_tx()
1326 mp->b_next = next; in amd8111s_m_tx()
/illumos-gate/usr/src/uts/common/io/iprb/
H A Diprb.c1216 mpp = &mp->b_next; in iprb_rx()
1517 nmp = mp->b_next; in iprb_m_tx()
1518 mp->b_next = NULL; in iprb_m_tx()
1526 mp->b_next = nmp; in iprb_m_tx()
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c954 lastmp->b_next = mp; in vioif_process_rx()
1447 nmp = mp->b_next; in vioif_m_tx()
1448 mp->b_next = NULL; in vioif_m_tx()
1456 mp->b_next = nmp; in vioif_m_tx()

12345678910