Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h145 extern boolean_t mac_tx_is_flow_blocked(mac_client_handle_t, mac_tx_cookie_t);
H A Ddld_impl.h331 !mac_tx_is_flow_blocked((dsp)->ds_mch, 0)) { \
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c1371 direct->di_tx_fctl_df = (uintptr_t)mac_tx_is_flow_blocked; in dld_capab_direct()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3724 mac_tx_is_flow_blocked(mac_client_handle_t mch, mac_tx_cookie_t cookie) in mac_tx_is_flow_blocked() function