Searched refs:start_bd (Results 1 – 6 of 6) sorted by relevance
1862 struct core_tx_bd *start_bd = NULL; in qed_ll2_prepare_tx_packet_set_bd() local1886 start_bd = (struct core_tx_bd *)qed_chain_produce(p_tx_chain); in qed_ll2_prepare_tx_packet_set_bd()1889 start_bd->nw_vlan_or_lb_echo = in qed_ll2_prepare_tx_packet_set_bd()1892 start_bd->nw_vlan_or_lb_echo = cpu_to_le16(pkt->vlan); in qed_ll2_prepare_tx_packet_set_bd()1898 bitfield1 = le16_to_cpu(start_bd->bitfield1); in qed_ll2_prepare_tx_packet_set_bd()1901 start_bd->bitfield1 = cpu_to_le16(bitfield1); in qed_ll2_prepare_tx_packet_set_bd()1913 start_bd->bd_data.as_bitfield = cpu_to_le16(bd_data); in qed_ll2_prepare_tx_packet_set_bd()1914 DMA_REGPAIR_LE(start_bd->addr, pkt->first_frag); in qed_ll2_prepare_tx_packet_set_bd()1915 start_bd->nbytes = cpu_to_le16(pkt->first_frag_len); in qed_ll2_prepare_tx_packet_set_bd()1926 le32_to_cpu(start_bd->addr.hi), in qed_ll2_prepare_tx_packet_set_bd()[all …]
106 bd = bd_table->start_bd + bdi; in bdc_dbg_bd_list()
290 struct bdc_bd *start_bd; member
127 bd = ep->bd_list.bd_table_array[0]->start_bd; in ep_bd_list_reinit()
4934 struct eth_tx_start_bd *start_bd = &txbd->start_bd; in cnic_init_bnx2x_tx_ring() local4940 start_bd->addr_hi = cpu_to_le32((u64) buf_map >> 32); in cnic_init_bnx2x_tx_ring()4941 start_bd->addr_lo = cpu_to_le32(buf_map & 0xffffffff); in cnic_init_bnx2x_tx_ring()4942 reg_bd->addr_hi = start_bd->addr_hi; in cnic_init_bnx2x_tx_ring()4943 reg_bd->addr_lo = start_bd->addr_lo + 0x10; in cnic_init_bnx2x_tx_ring()4944 start_bd->nbytes = cpu_to_le16(0x10); in cnic_init_bnx2x_tx_ring()4945 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()4946 start_bd->bd_flags.as_bitfield = ETH_TX_BD_FLAGS_START_BD; in cnic_init_bnx2x_tx_ring()4947 start_bd->general_data &= ~ETH_TX_START_BD_PARSE_NBDS; in cnic_init_bnx2x_tx_ring()4948 start_bd->general_data |= (1 << ETH_TX_START_BD_HDR_NBDS_SHIFT); in cnic_init_bnx2x_tx_ring()
4637 struct eth_tx_start_bd start_bd; member