| /linux/drivers/net/ethernet/renesas/ |
| H A D | ravb_main.c | 199 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 …]
|
| H A D | ravb.h | 1136 unsigned int num_tx_desc; /* TX descriptors per packet */ member
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | tx.c | 53 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 D | wlcore.h | 434 u32 num_tx_desc; member
|
| H A D | acx.c | 977 mem_conf->total_tx_descriptors = cpu_to_le32(wl->num_tx_desc); in wl12xx_acx_mem_cfg()
|
| H A D | main.c | 6425 for (i = 0; i < wl->num_tx_desc; i++) in wlcore_alloc_hw() 6579 BUG_ON(wl->num_tx_desc > WLCORE_MAX_TX_DESCRIPTORS); in wlcore_nvs_cb()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/ |
| H A D | hclge_mbx.h | 209 __le16 num_tx_desc; member
|
| H A D | hnae3.h | 867 u16 num_tx_desc; member
|
| H A D | hns3_ethtool.c | 1086 h->kinfo.num_tx_desc = tx_desc_num; in hns3_change_all_ring_bd_num()
|
| H A D | hns3_enet.c | 4962 desc_num = priv->ae_handle->kinfo.num_tx_desc; in hns3_ring_get_cfg() 5296 dev_info(priv->dev, "Desc num per TX queue: %u\n", kinfo->num_tx_desc); in hns3_info_show()
|
| /linux/drivers/net/wireless/ti/wl18xx/ |
| H A D | tx.c | 71 if (unlikely(id >= wl->num_tx_desc || wl->tx_frames[id] == NULL)) { in wl18xx_tx_complete_packet()
|
| H A D | main.c | 1943 wl->num_tx_desc = WL18XX_NUM_TX_DESCRIPTORS; in wl18xx_setup()
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3vf/ |
| H A D | hclgevf_main.h | 241 u16 num_tx_desc; /* desc num of per tx queue */ member
|
| /linux/drivers/net/ethernet/hisilicon/hns3/hns3pf/ |
| H A D | hclge_mbx.c | 544 queue_depth->num_tx_desc = cpu_to_le16(hdev->num_tx_desc); in hclge_get_vf_queue_depth()
|
| H A D | hclge_main.h | 913 u16 num_tx_desc; /* desc num of per tx queue */ member
|
| H A D | hclge_main.c | 1429 hdev->num_tx_desc = HCLGE_MIN_TX_DESC; in hclge_init_kdump_kernel_config() 1478 hdev->num_tx_desc = cfg.tqp_desc_num; in hclge_configure() 1578 tqp->q.tx_desc_num = hdev->num_tx_desc; in hclge_alloc_tqps() 1644 hdev->htqp[i].q.tx_desc_num = kinfo->num_tx_desc; in hclge_assign_tqp() 1663 u16 num_tx_desc, u16 num_rx_desc) in hclge_knic_setup() argument 1671 kinfo->num_tx_desc = num_tx_desc; in hclge_knic_setup() 1745 hdev->num_tx_desc, hdev->num_rx_desc); in hclge_vport_setup() 8928 dev_info(dev, "Desc num per TX queue: %u\n", hdev->num_tx_desc); in hclge_info_show()
|
| /linux/drivers/net/ethernet/intel/ice/ |
| H A D | ice.h | 411 u16 num_tx_desc; member
|
| H A D | ice_lib.c | 146 if (!vsi->num_tx_desc) in ice_vsi_set_num_desc() 147 vsi->num_tx_desc = ICE_DFLT_NUM_TX_DESC; in ice_vsi_set_num_desc() 1412 ring->count = vsi->num_tx_desc; in ice_vsi_alloc_rings()
|
| H A D | ice_ethtool.c | 3257 vsi->num_tx_desc = (u16)new_tx_cnt; in ice_set_ringparam() 3410 vsi->num_tx_desc = new_tx_cnt; in ice_set_ringparam()
|
| H A D | ice_main.c | 2555 xdp_ring->count = vsi->num_tx_desc; in ice_xdp_alloc_setup_rings()
|
| /linux/drivers/net/ethernet/intel/i40e/ |
| H A D | i40e.h | 886 u16 num_tx_desc; member
|
| H A D | i40e_main.c | 11407 if (!vsi->num_tx_desc) in i40e_set_num_rings_in_vsi() 11408 vsi->num_tx_desc = ALIGN(I40E_DEFAULT_NUM_DESCRIPTORS, in i40e_set_num_rings_in_vsi() 11422 vsi->num_tx_desc = ALIGN(I40E_FDIR_RING_COUNT, in i40e_set_num_rings_in_vsi() 11431 if (!vsi->num_tx_desc) in i40e_set_num_rings_in_vsi() 11432 vsi->num_tx_desc = ALIGN(I40E_DEFAULT_NUM_DESCRIPTORS, in i40e_set_num_rings_in_vsi() 11442 if (!vsi->num_tx_desc) in i40e_set_num_rings_in_vsi() 11443 vsi->num_tx_desc = ALIGN(I40E_DEFAULT_NUM_DESCRIPTORS, in i40e_set_num_rings_in_vsi() 11456 vsi->num_tx_desc = I40E_MIN_NUM_DESCRIPTORS; in i40e_set_num_rings_in_vsi() 11728 ring->count = vsi->num_tx_desc; in i40e_alloc_rings() 11745 ring->count = vsi->num_tx_desc; in i40e_alloc_rings()
|
| H A D | i40e_debugfs.c | 326 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 D | main.c | 1806 wl->num_tx_desc = WL12XX_NUM_TX_DESCRIPTORS; in wl12xx_setup()
|