Searched refs:start_bd (Results 1 – 3 of 3) sorted by relevance
1663 struct core_tx_bd *start_bd = OSAL_NULL; in ecore_ll2_prepare_tx_packet_set_bd() local1686 start_bd = (struct core_tx_bd*)ecore_chain_produce(p_tx_chain); in ecore_ll2_prepare_tx_packet_set_bd()1690 start_bd->nw_vlan_or_lb_echo = in ecore_ll2_prepare_tx_packet_set_bd()1693 start_bd->nw_vlan_or_lb_echo = OSAL_CPU_TO_LE16(pkt->vlan); in ecore_ll2_prepare_tx_packet_set_bd()1699 SET_FIELD(start_bd->bitfield1, CORE_TX_BD_L4_HDR_OFFSET_W, in ecore_ll2_prepare_tx_packet_set_bd()1701 SET_FIELD(start_bd->bitfield1, CORE_TX_BD_TX_DST, tx_dest); in ecore_ll2_prepare_tx_packet_set_bd()1712 start_bd->bd_data.as_bitfield = OSAL_CPU_TO_LE16(bd_data); in ecore_ll2_prepare_tx_packet_set_bd()1713 DMA_REGPAIR_LE(start_bd->addr, pkt->first_frag); in ecore_ll2_prepare_tx_packet_set_bd()1714 start_bd->nbytes = OSAL_CPU_TO_LE16(pkt->first_frag_len); in ecore_ll2_prepare_tx_packet_set_bd()1720 OSAL_LE32_TO_CPU(start_bd->addr.hi), in ecore_ll2_prepare_tx_packet_set_bd()[all …]
3433 tx_start_bd = &fp->tx_chain[bd_idx].start_bd; in bxe_free_tx_pkt()5272 tx_start_bd = &fp->tx_chain[TX_BD(bd_prod)].start_bd; in bxe_tx_encap()
7732 struct eth_tx_start_bd start_bd /* the first bd in a packets */; member