Home
last modified time | relevance | path

Searched refs:MAC_DROP_ON_NO_DESC (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bpf/
H A Dbpf_mac.c115 MAC_DROP_ON_NO_DESC, NULL)); in mac_bpf_tx()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_client.h121 #define MAC_DROP_ON_NO_DESC 0x01 /* freemsg() if no tx descs */ macro
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_fp.c979 ASSERT((flag & ~MAC_DROP_ON_NO_DESC) == 0); in softmac_fastpath_wput_data()
1000 if ((flag & MAC_DROP_ON_NO_DESC) != 0) in softmac_fastpath_wput_data()
1023 if ((flag & MAC_DROP_ON_NO_DESC) != 0) in softmac_fastpath_wput_data()
/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.c102 MAC_DROP_ON_NO_DESC, NULL) != (mac_tx_cookie_t)NULL) { in xnbo_to_mac()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_sched.c3461 if (flag & MAC_DROP_ON_NO_DESC) { in mac_tx_srs_no_desc()
3524 if (flag & MAC_DROP_ON_NO_DESC) { in mac_tx_srs_enqueue()
3826 flag |= MAC_DROP_ON_NO_DESC; in mac_tx_fanout_mode()
4804 if (flag & MAC_DROP_ON_NO_DESC) { in mac_tx_sring_enqueue()
/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()