Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_tx.c629 (void) mac_ether_offload_info(mp, meoi); in viona_tx_copy_headers()
644 (void) mac_ether_offload_info(mp, meoi); in viona_tx_copy_headers()
652 if (mac_ether_offload_info(mp, meoi) == 0) { in viona_tx_copy_headers()
675 (void) mac_ether_offload_info(mp, meoi); in viona_tx_copy_headers()
/illumos-gate/usr/src/uts/common/sys/
H A Dmac_provider.h673 typedef struct mac_ether_offload_info { struct
683 extern int mac_ether_offload_info(mblk_t *, argument
/illumos-gate/usr/src/uts/common/mapfiles/
H A Dmac.mapfile36 mac_ether_offload_info { FLAGS = EXTERN };
/illumos-gate/usr/src/uts/common/io/ena/
H A Dena_tx.c430 if (mac_ether_offload_info(mp, &meo) != 0) { in ena_ring_tx()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_provider.c1788 mac_ether_offload_info(mblk_t *mp, mac_ether_offload_info_t *meoi) in mac_ether_offload_info() function
/illumos-gate/usr/src/uts/common/io/igc/
H A Digc_ring.c1640 if (mac_ether_offload_info(mp, &tx.itx_meoi) != 0) { in igc_ring_tx()
/illumos-gate/usr/src/uts/common/io/vioif/
H A Dvioif.c1321 if (mac_ether_offload_info(mp, &meo) != 0) { in vioif_send()
/illumos-gate/usr/src/uts/common/io/i40e/
H A Di40e_transceiver.c2738 if (mac_ether_offload_info(mp, &meo) != 0) { in i40e_ring_tx()
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4_sge.c2485 (void) mac_ether_offload_info(m, &txinfo->meoi); in get_frame_txinfo()