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 D | bpf_mac.c | 115 MAC_DROP_ON_NO_DESC, NULL)); in mac_bpf_tx()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mac_client.h | 121 #define MAC_DROP_ON_NO_DESC 0x01 /* freemsg() if no tx descs */ macro
|
/illumos-gate/usr/src/uts/common/io/softmac/ |
H A D | softmac_fp.c | 979 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/common/xen/io/ |
H A D | xnbo.c | 102 MAC_DROP_ON_NO_DESC, NULL) != (mac_tx_cookie_t)NULL) { in xnbo_to_mac()
|
/illumos-gate/usr/src/uts/intel/io/viona/ |
H A D | viona_tx.c | 901 (void) mac_tx(link->l_mch, mp_head, 0, MAC_DROP_ON_NO_DESC, NULL); in viona_tx()
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_sched.c | 3461 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 D | sockmod_pfp.c | 837 error = mac_tx(mch, mp, 0, MAC_DROP_ON_NO_DESC, NULL); in sdpfp_senduio()
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | vsw_phys.c | 965 (void) mac_tx(mch, mp, 0, MAC_DROP_ON_NO_DESC, NULL); in vsw_tx_msg()
|