Home
last modified time | relevance | path

Searched refs:num_tx_desc (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/renesas/
H A Dravb_main.c199 unsigned int num_tx_desc = priv->num_tx_desc; in ravb_tx_free() local
209 num_tx_desc); in ravb_tx_free()
218 if (priv->tx_skb[q][entry / num_tx_desc]) { in ravb_tx_free()
222 if (entry % num_tx_desc == num_tx_desc - 1) { in ravb_tx_free()
223 entry /= num_tx_desc; in ravb_tx_free()
256 unsigned int num_tx_desc = priv->num_tx_desc; in ravb_ring_free() local
266 (priv->num_tx_ring[q] * num_tx_desc + 1); in ravb_ring_free()
358 unsigned int num_tx_desc = priv->num_tx_desc; in ravb_ring_format() local
363 num_tx_desc; in ravb_ring_format()
384 if (num_tx_desc > 1) { in ravb_ring_format()
[all …]
/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhclge_mbx.h209 __le16 num_tx_desc; member
/linux/drivers/net/wireless/ti/wlcore/
H A Dtx.c53 id = find_first_zero_bit(wl->tx_frames_map, wl->num_tx_desc); in wl1271_alloc_tx_id()
54 if (id >= wl->num_tx_desc) in wl1271_alloc_tx_id()
66 if (unlikely(wl->tx_frames_cnt == wl->num_tx_desc)) in wl1271_free_tx_id()
910 if (unlikely(id >= wl->num_tx_desc || wl->tx_frames[id] == NULL)) { in wl1271_tx_complete_packet()
1098 for (i = 0; i < wl->num_tx_desc; i++) { in wl12xx_tx_reset()
H A Dwlcore.h434 u32 num_tx_desc; member
H A Dacx.c977 mem_conf->total_tx_descriptors = cpu_to_le32(wl->num_tx_desc); in wl12xx_acx_mem_cfg()
/linux/drivers/net/wireless/ti/wl18xx/
H A Dtx.c71 if (unlikely(id >= wl->num_tx_desc || wl->tx_frames[id] == NULL)) { in wl18xx_tx_complete_packet()
/linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/
H A Dhclgevf_main.h241 u16 num_tx_desc; /* desc num of per tx queue */ member
/linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_mbx.c544 queue_depth->num_tx_desc = cpu_to_le16(hdev->num_tx_desc); in hclge_get_vf_queue_depth()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e.h886 u16 num_tx_desc; member
H A Di40e_debugfs.c326 vsi->base_queue, vsi->num_queue_pairs, vsi->num_tx_desc, in i40e_dbg_dump_vsi_seid()
/linux/drivers/net/wireless/ti/wl12xx/
H A Dmain.c1807 wl->num_tx_desc = WL12XX_NUM_TX_DESCRIPTORS; in wl12xx_setup()