Lines Matching refs:start_bd
1861 struct core_tx_bd *start_bd = NULL; in qed_ll2_prepare_tx_packet_set_bd() local
1885 start_bd = (struct core_tx_bd *)qed_chain_produce(p_tx_chain); in qed_ll2_prepare_tx_packet_set_bd()
1888 start_bd->nw_vlan_or_lb_echo = in qed_ll2_prepare_tx_packet_set_bd()
1891 start_bd->nw_vlan_or_lb_echo = cpu_to_le16(pkt->vlan); in qed_ll2_prepare_tx_packet_set_bd()
1897 bitfield1 = le16_to_cpu(start_bd->bitfield1); in qed_ll2_prepare_tx_packet_set_bd()
1900 start_bd->bitfield1 = cpu_to_le16(bitfield1); in qed_ll2_prepare_tx_packet_set_bd()
1912 start_bd->bd_data.as_bitfield = cpu_to_le16(bd_data); in qed_ll2_prepare_tx_packet_set_bd()
1913 DMA_REGPAIR_LE(start_bd->addr, pkt->first_frag); in qed_ll2_prepare_tx_packet_set_bd()
1914 start_bd->nbytes = cpu_to_le16(pkt->first_frag_len); in qed_ll2_prepare_tx_packet_set_bd()
1925 le32_to_cpu(start_bd->addr.hi), in qed_ll2_prepare_tx_packet_set_bd()
1926 le32_to_cpu(start_bd->addr.lo)); in qed_ll2_prepare_tx_packet_set_bd()