Searched refs:start_bd (Results 1 – 8 of 8) sorted by relevance
83 if (!bd_table->start_bd) { in ep_bd_list_free()90 bd_table->start_bd, in ep_bd_list_free()94 bd_table->start_bd, in ep_bd_list_free()112 prev_table->start_bd[bd_p_tab-1].offset[0] = in chain_table()115 prev_table->start_bd[bd_p_tab-1].offset[1] = in chain_table()118 prev_table->start_bd[bd_p_tab-1].offset[2] = in chain_table()121 prev_table->start_bd[bd_p_tab-1].offset[3] = in chain_table()159 bd_table->start_bd = dma_pool_alloc(bdc->bd_table_pool, in ep_bd_list_alloc()162 if (!bd_table->start_bd) in ep_bd_list_alloc()169 index, bd_table->start_bd, in ep_bd_list_alloc()[all …]
111 bd = bd_table->start_bd + bdi; in bdc_dbg_bd_list()
295 struct bdc_bd *start_bd; member
135 bd = ep->bd_list.bd_table_array[0]->start_bd; in ep_bd_list_reinit()
4921 struct eth_tx_start_bd *start_bd = &txbd->start_bd; in cnic_init_bnx2x_tx_ring() local4927 start_bd->addr_hi = cpu_to_le32((u64) buf_map >> 32); in cnic_init_bnx2x_tx_ring()4928 start_bd->addr_lo = cpu_to_le32(buf_map & 0xffffffff); in cnic_init_bnx2x_tx_ring()4929 reg_bd->addr_hi = start_bd->addr_hi; in cnic_init_bnx2x_tx_ring()4930 reg_bd->addr_lo = start_bd->addr_lo + 0x10; in cnic_init_bnx2x_tx_ring()4931 start_bd->nbytes = cpu_to_le16(0x10); in cnic_init_bnx2x_tx_ring()4932 start_bd->nbd = cpu_to_le16(3); in cnic_init_bnx2x_tx_ring()4933 start_bd->bd_flags.as_bitfield = ETH_TX_BD_FLAGS_START_BD; in cnic_init_bnx2x_tx_ring()4934 start_bd->general_data &= ~ETH_TX_START_BD_PARSE_NBDS; in cnic_init_bnx2x_tx_ring()4935 start_bd->general_data |= (1 << ETH_TX_START_BD_HDR_NBDS_SHIFT); in cnic_init_bnx2x_tx_ring()
213 tx_start_bd = &txdata->tx_desc_ring[bd_idx].start_bd; in bnx2x_free_tx_pkt()3840 tx_start_bd = &txdata->tx_desc_ring[bd_prod].start_bd; in bnx2x_start_xmit()
2482 tx_start_bd = &txdata->tx_desc_ring[bd_prod].start_bd; in bnx2x_run_loopback()
4494 struct eth_tx_start_bd start_bd; member