Home
last modified time | relevance | path

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

/linux-6.1.9/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-6.1.9/drivers/net/ethernet/qlogic/qed/ !
Dqed_ll2.c1861 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()
[all …]
/linux-6.1.9/drivers/net/ethernet/broadcom/ !
Dcnic.c4930 struct eth_tx_start_bd *start_bd = &txbd->start_bd; in cnic_init_bnx2x_tx_ring() local
4936 start_bd->addr_hi = cpu_to_le32((u64) buf_map >> 32); in cnic_init_bnx2x_tx_ring()
4937 start_bd->addr_lo = cpu_to_le32(buf_map & 0xffffffff); in cnic_init_bnx2x_tx_ring()
4938 reg_bd->addr_hi = start_bd->addr_hi; in cnic_init_bnx2x_tx_ring()
4939 reg_bd->addr_lo = start_bd->addr_lo + 0x10; in cnic_init_bnx2x_tx_ring()
4940 start_bd->nbytes = cpu_to_le16(0x10); in cnic_init_bnx2x_tx_ring()
4941 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()
4942 start_bd->bd_flags.as_bitfield = ETH_TX_BD_FLAGS_START_BD; in cnic_init_bnx2x_tx_ring()
4943 start_bd->general_data &= ~ETH_TX_START_BD_PARSE_NBDS; in cnic_init_bnx2x_tx_ring()
4944 start_bd->general_data |= (1 << ETH_TX_START_BD_HDR_NBDS_SHIFT); in cnic_init_bnx2x_tx_ring()
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/ !
Dbnx2x_cmn.c211 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.c2590 tx_start_bd = &txdata->tx_desc_ring[bd_prod].start_bd; in bnx2x_run_loopback()
Dbnx2x_hsi.h4637 struct eth_tx_start_bd start_bd; member