Searched refs:mac_tx_cookie_t (Results 1 – 12 of 12) sorted by relevance
/titanic_41/usr/src/uts/common/sys/ |
H A D | mac_client.h | 53 typedef uintptr_t mac_tx_cookie_t; typedef 55 typedef void (*mac_tx_notify_t)(void *, mac_tx_cookie_t); 141 extern mac_tx_cookie_t mac_tx(mac_client_handle_t, mblk_t *, 143 extern boolean_t mac_tx_is_flow_blocked(mac_client_handle_t, mac_tx_cookie_t);
|
H A D | mac_soft_ring.h | 55 typedef mac_tx_cookie_t (*mac_tx_func_t)(mac_soft_ring_set_t *, mblk_t *, 682 extern mac_tx_cookie_t mac_tx_srs_no_desc(mac_soft_ring_set_t *, mblk_t *, 705 extern mac_tx_cookie_t mac_tx_soft_ring_process(mac_soft_ring_t *,
|
H A D | dld_impl.h | 257 extern mac_tx_cookie_t str_mdata_fastpath_put(dld_str_t *, mblk_t *,
|
H A D | mac_impl.h | 850 extern void mac_tx_invoke_callbacks(mac_client_impl_t *, mac_tx_cookie_t);
|
/titanic_41/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 991 static mac_tx_cookie_t mac_tx_single_ring_mode(mac_soft_ring_set_t *, mblk_t *, 993 static mac_tx_cookie_t mac_tx_serializer_mode(mac_soft_ring_set_t *, mblk_t *, 995 static mac_tx_cookie_t mac_tx_fanout_mode(mac_soft_ring_set_t *, mblk_t *, 997 static mac_tx_cookie_t mac_tx_bw_mode(mac_soft_ring_set_t *, mblk_t *, 999 static mac_tx_cookie_t mac_tx_aggr_mode(mac_soft_ring_set_t *, mblk_t *, 1322 cookie = (mac_tx_cookie_t)srs; \ 1354 cookie = (mac_tx_cookie_t)srs; \ 1359 cookie = (mac_tx_cookie_t)srs; \ 3441 mac_tx_cookie_t 3445 mac_tx_cookie_t cookie = NULL; in mac_tx_srs_no_desc() [all …]
|
H A D | mac_soft_ring.c | 721 mac_tx_invoke_callbacks(mcip, (mac_tx_cookie_t)ringp); in mac_tx_soft_ring_drain()
|
H A D | mac.c | 2548 (mac_tx_cookie_t)ring); in i_mac_tx_srs_notify() 4731 mac_tx_invoke_callbacks(mcip, (mac_tx_cookie_t)sringp); in i_mac_group_rem_ring() 4761 (mac_tx_cookie_t) in i_mac_group_rem_ring() 4777 (mac_tx_cookie_t) in i_mac_group_rem_ring() 5930 (mac_tx_cookie_t)mac_tx_srs_get_soft_ring(srs, in mac_reserve_tx_ring() 7131 (mac_tx_cookie_t) in mac_release_tx_group() 7179 (mac_tx_cookie_t)mac_tx_srs_get_soft_ring(tx_srs, in mac_tx_dismantle_soft_rings()
|
H A D | mac_client.c | 3417 mac_tx_cookie_t 3421 mac_tx_cookie_t cookie = NULL; in mac_tx() 3552 mac_tx_is_flow_blocked(mac_client_handle_t mch, mac_tx_cookie_t cookie) in mac_tx_is_flow_blocked()
|
/titanic_41/usr/src/uts/common/io/softmac/ |
H A D | softmac_fp.c | 132 static mac_tx_cookie_t softmac_fastpath_wput_data(softmac_upper_t *, mblk_t *, 221 softmac_tx_is_flow_blocked(softmac_upper_t *sup, mac_tx_cookie_t cookie) in softmac_tx_is_flow_blocked() 223 ASSERT(cookie == (mac_tx_cookie_t)sup); in softmac_tx_is_flow_blocked() 994 static mac_tx_cookie_t 1029 return ((mac_tx_cookie_t)sup); in softmac_fastpath_wput_data() 1052 return ((mac_tx_cookie_t)sup); in softmac_fastpath_wput_data()
|
H A D | softmac_dev.c | 675 (mac_tx_cookie_t)sup); in softmac_drv_wsrv()
|
/titanic_41/usr/src/uts/common/io/fcoe/ |
H A D | fcoe_fc.c | 203 mac_tx_cookie_t ret_cookie; in fcoe_tx_frame()
|
/titanic_41/usr/src/uts/common/io/dld/ |
H A D | dld_str.c | 860 mac_tx_cookie_t 867 mac_tx_cookie_t cookie; in str_mdata_fastpath_put()
|