Home
last modified time | relevance | path

Searched refs:mac_tx (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mac.c114 return (mac_tx((mac_client_handle_t)chandle, pkt, 0, in mac_bpf_tx()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h143 extern mac_tx_cookie_t mac_tx(mac_client_handle_t, mblk_t *,
H A Ddld_impl.h340 mac_tx(dsp->ds_mch, mp, f_hint, flag, NULL)
/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_fc.c211 ret_cookie = mac_tx(mac->fm_cli_handle, FRM2MBLK(frm), 0, in fcoe_tx_frame()
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_tx.c726 (void) mac_tx(link_mch, mp_head, 0, MAC_DROP_ON_NO_DESC, NULL); in viona_tx()
/illumos-gate/usr/src/uts/common/xen/io/
H A Dxnbo.c101 if (mac_tx(xnbop->o_mch, mp, 0, in xnbo_to_mac()
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsockmod_pfp.c837 error = mac_tx(mch, mp, 0, MAC_DROP_ON_NO_DESC, NULL); in sdpfp_senduio()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_phys.c965 (void) mac_tx(mch, mp, 0, MAC_DROP_ON_NO_DESC, NULL); in vsw_tx_msg()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_client.c3519 mac_tx(mac_client_handle_t mch, mblk_t *mp_chain, uintptr_t hint, in mac_tx() function