Searched refs:mac_ether_offload_info_t (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/test/os-tests/tests/mac/ |
H A D | mac_parsing.c | 72 } mac_ether_offload_info_t; typedef 159 build_tcp4(mac_ether_offload_info_t *meoi) in build_tcp4() 166 mac_ether_offload_info_t expected = { in build_tcp4() 182 build_tcp6(mac_ether_offload_info_t *meoi) in build_tcp6() 189 mac_ether_offload_info_t expected = { in build_tcp6() 205 build_frag_v4(mac_ether_offload_info_t *meoi) in build_frag_v4() 220 mac_ether_offload_info_t expected = { in build_frag_v4() 235 build_frag_v6(mac_ether_offload_info_t *meoi) in build_frag_v6() 277 mac_ether_offload_info_t expected = { in build_frag_v6() 292 build_frag_off_v4(mac_ether_offload_info_t *meoi) in build_frag_off_v4() [all …]
|
/illumos-gate/usr/src/uts/common/io/mac/ |
H A D | mac_ktest.c | 184 const mac_ether_offload_info_t *meoi) in cksum_calc_pseudo() 342 mac_ether_offload_info_t meoi; in mac_sw_cksum_test() 475 mac_ether_offload_info_t mtp_partial; 476 mac_ether_offload_info_t mtp_results; 481 nvlist_to_meoi(nvlist_t *results, mac_ether_offload_info_t *meoi) in nvlist_to_meoi() 638 mac_ether_offload_info_t result; in mac_ether_offload_info_test() 641 const mac_ether_offload_info_t *expect = &mtp.mtp_results; in mac_ether_offload_info_test() 664 mac_ether_offload_info_t *result = &mtp.mtp_partial; in mac_partial_offload_info_test() 667 const mac_ether_offload_info_t *expect = &mtp.mtp_results; in mac_partial_offload_info_test()
|
H A D | mac_provider.c | 2243 mac_partial_offload_info(mblk_t *mp, size_t off, mac_ether_offload_info_t *meoi) in mac_partial_offload_info() 2349 mac_ether_offload_info(mblk_t *mp, mac_ether_offload_info_t *meoi) in mac_ether_offload_info() 2351 bzero(meoi, sizeof (mac_ether_offload_info_t)); in mac_ether_offload_info()
|
H A D | mac_util.c | 169 mac_ether_offload_info_t meoi = { 0 }; in mac_sw_cksum()
|
/illumos-gate/usr/src/uts/intel/io/viona/ |
H A D | viona_tx.c | 361 const mac_ether_offload_info_t *meoi, uint_t copied_len) in viona_tx_csum_req_valid() 381 const mac_ether_offload_info_t *meoi, uint32_t added_flags) in viona_tx_hcksum_full() 400 const mac_ether_offload_info_t *meoi, uint32_t added_flags) in viona_tx_hcksum_partial() 415 const mac_ether_offload_info_t *meoi, mblk_t *mp, uint32_t len) in viona_tx_offloads() 622 mac_ether_offload_info_t *meoi) in viona_tx_copy_headers() 767 mac_ether_offload_info_t meoi = { 0 }; in viona_tx()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | mac_provider.h | 687 } mac_ether_offload_info_t; typedef 699 extern void mac_ether_offload_info(mblk_t *, mac_ether_offload_info_t *); 701 mac_ether_offload_info_t *);
|
/illumos-gate/usr/src/uts/common/io/ena/ |
H A D | ena_tx.c | 356 mac_ether_offload_info_t *meo, size_t mlen) in ena_fill_tx_data_desc() 411 mac_ether_offload_info_t meo; in ena_ring_tx()
|
/illumos-gate/usr/src/uts/common/io/i40e/ |
H A D | i40e_transceiver.c | 1670 mac_ether_offload_info_t *meo, i40e_tx_context_t *tctx) in i40e_tx_context() 2363 const mac_ether_offload_info_t *meo, const i40e_tx_context_t *tctx, in i40e_lso_chain() 2718 mac_ether_offload_info_t meo; in i40e_ring_tx()
|
/illumos-gate/usr/src/uts/common/io/igc/ |
H A D | igc_ring.c | 33 mac_ether_offload_info_t itx_meoi; 1636 const mac_ether_offload_info_t *meoi = &tx->itx_meoi; in igc_meoi_checks()
|
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/ |
H A D | t4_sge.c | 67 mac_ether_offload_info_t meoi; /* pkt hdr info for offloads */ 2522 const mac_ether_offload_info_t *meoi = &txinfo->meoi; in csum_to_ctrl() 2631 const mac_ether_offload_info_t *meoi = &txinfo->meoi; in write_txpkt_wr()
|
/illumos-gate/usr/src/uts/common/io/vioif/ |
H A D | vioif.c | 1315 mac_ether_offload_info_t meo; in vioif_send()
|