Searched refs:ret_mp (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 1358 #define MAC_TX_SET_NO_ENQUEUE(srs, mp_chain, ret_mp, cookie) { \ argument 1361 *ret_mp = mp_chain; \ 3451 uint16_t flag, mblk_t **ret_mp) in mac_tx_srs_no_desc() argument 3481 mp_chain, ret_mp, cookie); in mac_tx_srs_no_desc() 3508 uint16_t flag, uintptr_t fanout_hint, mblk_t **ret_mp) in mac_tx_srs_enqueue() argument 3536 ret_mp, cookie); in mac_tx_srs_enqueue() 3649 uintptr_t fanout_hint, uint16_t flag, mblk_t **ret_mp) in mac_tx_single_ring_mode() argument 3670 flag, ret_mp); in mac_tx_single_ring_mode() 3696 cookie = mac_tx_srs_no_desc(mac_srs, mp_chain, flag, ret_mp); in mac_tx_single_ring_mode() 3716 uintptr_t fanout_hint, uint16_t flag, mblk_t **ret_mp) in mac_tx_serializer_mode() argument [all …]
|
H A D | mac_protect.c | 2345 mblk_t *ret_mp = NULL, **tailp = &ret_mp, *next; in mac_protect_check() local 2364 return (ret_mp); in mac_protect_check()
|
H A D | mac_client.c | 3520 uint16_t flag, mblk_t **ret_mp) in mac_tx() argument 3630 flag, ret_mp); in mac_tx() 3701 cookie = srs_tx->st_func(srs, new_head, hint, flag, ret_mp); in mac_tx()
|
/illumos-gate/usr/src/uts/common/io/e1000g/ |
H A D | e1000g_rx.c | 438 mblk_t *ret_mp; in e1000g_receive() local 458 ret_mp = NULL; in e1000g_receive() 809 if (ret_mp == NULL) { in e1000g_receive() 810 ret_mp = ret_nmp = rx_data->rx_mblk; in e1000g_receive() 864 return (ret_mp); in e1000g_receive() 905 return (ret_mp); in e1000g_receive()
|
/illumos-gate/usr/src/uts/intel/io/amd8111s/ |
H A D | amd8111s_main.c | 618 mblk_t *ret_mp = NULL, *last_mp = NULL; in amd8111s_receive() local 636 if (ret_mp == NULL) in amd8111s_receive() 637 ret_mp = last_mp; in amd8111s_receive() 641 if (ret_mp) { in amd8111s_receive() 642 mac_rx(pOdl->mh, NULL, ret_mp); in amd8111s_receive()
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vnet.c | 3144 mblk_t *ret_mp; in vnet_hio_tx() local 3151 ret_mp = mac_hwring_tx(tx_ringp->hw_rh, mp); in vnet_hio_tx() 3152 if (ret_mp != NULL) { in vnet_hio_tx() 3153 ret_mp->b_next = nextp; in vnet_hio_tx() 3154 mp = ret_mp; in vnet_hio_tx()
|