Home
last modified time | relevance | path

Searched refs:start_bd (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.10/drivers/usb/gadget/udc/bdc/
Dbdc_ep.c78 if (!bd_table->start_bd) { in ep_bd_list_free()
85 bd_table->start_bd, in ep_bd_list_free()
89 bd_table->start_bd, in ep_bd_list_free()
107 prev_table->start_bd[bd_p_tab-1].offset[0] = in chain_table()
110 prev_table->start_bd[bd_p_tab-1].offset[1] = in chain_table()
113 prev_table->start_bd[bd_p_tab-1].offset[2] = in chain_table()
116 prev_table->start_bd[bd_p_tab-1].offset[3] = in chain_table()
154 bd_table->start_bd = dma_pool_zalloc(bdc->bd_table_pool, in ep_bd_list_alloc()
157 if (!bd_table->start_bd) { in ep_bd_list_alloc()
166 index, bd_table->start_bd, in ep_bd_list_alloc()
[all …]
Dbdc_dbg.c106 bd = bd_table->start_bd + bdi; in bdc_dbg_bd_list()
Dbdc.h290 struct bdc_bd *start_bd; member
Dbdc_cmd.c127 bd = ep->bd_list.bd_table_array[0]->start_bd; in ep_bd_list_reinit()
/Linux-v5.10/drivers/net/ethernet/qlogic/qed/
Dqed_ll2.c1797 struct core_tx_bd *start_bd = NULL; in qed_ll2_prepare_tx_packet_set_bd() local
1821 start_bd = (struct core_tx_bd *)qed_chain_produce(p_tx_chain); in qed_ll2_prepare_tx_packet_set_bd()
1824 start_bd->nw_vlan_or_lb_echo = in qed_ll2_prepare_tx_packet_set_bd()
1827 start_bd->nw_vlan_or_lb_echo = cpu_to_le16(pkt->vlan); in qed_ll2_prepare_tx_packet_set_bd()
1833 bitfield1 = le16_to_cpu(start_bd->bitfield1); in qed_ll2_prepare_tx_packet_set_bd()
1836 start_bd->bitfield1 = cpu_to_le16(bitfield1); in qed_ll2_prepare_tx_packet_set_bd()
1848 start_bd->bd_data.as_bitfield = cpu_to_le16(bd_data); in qed_ll2_prepare_tx_packet_set_bd()
1849 DMA_REGPAIR_LE(start_bd->addr, pkt->first_frag); in qed_ll2_prepare_tx_packet_set_bd()
1850 start_bd->nbytes = cpu_to_le16(pkt->first_frag_len); in qed_ll2_prepare_tx_packet_set_bd()
1861 le32_to_cpu(start_bd->addr.hi), in qed_ll2_prepare_tx_packet_set_bd()
[all …]
/Linux-v5.10/drivers/net/ethernet/broadcom/
Dcnic.c4931 struct eth_tx_start_bd *start_bd = &txbd->start_bd; in cnic_init_bnx2x_tx_ring() local
4937 start_bd->addr_hi = cpu_to_le32((u64) buf_map >> 32); in cnic_init_bnx2x_tx_ring()
4938 start_bd->addr_lo = cpu_to_le32(buf_map & 0xffffffff); in cnic_init_bnx2x_tx_ring()
4939 reg_bd->addr_hi = start_bd->addr_hi; in cnic_init_bnx2x_tx_ring()
4940 reg_bd->addr_lo = start_bd->addr_lo + 0x10; in cnic_init_bnx2x_tx_ring()
4941 start_bd->nbytes = cpu_to_le16(0x10); in cnic_init_bnx2x_tx_ring()
4942 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()
4943 start_bd->bd_flags.as_bitfield = ETH_TX_BD_FLAGS_START_BD; in cnic_init_bnx2x_tx_ring()
4944 start_bd->general_data &= ~ETH_TX_START_BD_PARSE_NBDS; in cnic_init_bnx2x_tx_ring()
4945 start_bd->general_data |= (1 << ETH_TX_START_BD_HDR_NBDS_SHIFT); in cnic_init_bnx2x_tx_ring()
/Linux-v5.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_cmn.c212 tx_start_bd = &txdata->tx_desc_ring[bd_idx].start_bd; in bnx2x_free_tx_pkt()
3859 tx_start_bd = &txdata->tx_desc_ring[bd_prod].start_bd; in bnx2x_start_xmit()
Dbnx2x_ethtool.c2582 tx_start_bd = &txdata->tx_desc_ring[bd_prod].start_bd; in bnx2x_run_loopback()
Dbnx2x_hsi.h4636 struct eth_tx_start_bd start_bd; member