Home
last modified time | relevance | path

Searched refs:eth_tx_bd (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/device/
H A Dlm_send.c69 IN struct eth_tx_bd *generic_bd in lm_handle_lso_split()
72 struct eth_tx_bd *prod_bd; in lm_handle_lso_split()
76 ASSERT_STATIC(OFFSETOF(struct eth_tx_bd, nbytes) == OFFSETOF(struct eth_tx_start_bd, nbytes)) ; in lm_handle_lso_split()
88 prod_bd = (struct eth_tx_bd *)lm_bd_chain_produce_bd(&tx_chain->bd_chain); in lm_handle_lso_split()
144 struct eth_tx_bd *prod_bd = NULL; in lm_process_lso_packet()
201 (struct eth_tx_bd *)start_bd ); in lm_process_lso_packet()
218 prod_bd = (struct eth_tx_bd *)lm_bd_chain_produce_bd(&tx_chain->bd_chain); in lm_process_lso_packet()
586 struct eth_tx_bd *prod_bd = NULL; in lm_send_packet()
830 struct eth_tx_bd *total_pkt_bytes_bd = NULL; in lm_send_packet()
842 prod_bd = (struct eth_tx_bd *)lm_bd_chain_produce_bd(&tx_chain->bd_chain); in lm_send_packet()
H A Dlm_resc.c599 …d_chain_virt, bd_chain->bd_chain_phy, bd_chain->page_cnt, sizeof(struct eth_tx_bd), /* is full? */… in lm_setup_txq()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A Deth_constants.h12 #define NUM_OF_ETH_BDS_IN_PAGE ((PAGE_SIZE)/(STRUCT_SIZE(eth_tx_bd)/8))
H A D5710_hsi.h4028 struct eth_tx_bd struct
4213 struct eth_tx_bd reg_bd /* the common bd */;
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/hsi_repository/
H A Deth_common.h529 struct eth_tx_bd struct
542 struct eth_tx_bd reg_bd /* The common non-special bd */; argument
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c136 struct eth_tx_bd *tx_bd; in qede_process_tx_completions()
1087 struct eth_tx_bd *tx_data_bd; in qede_tx_mapped()
1088 struct eth_tx_bd local_bd[64] = { 0 }; in qede_tx_mapped()
1378 sizeof (struct eth_tx_bd), in qede_tx_mapped()
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h588 struct eth_tx_bd *dbg_start_bd;