Searched refs:num_tx_desc (Results 1 – 11 of 11) sorted by relevance
199 unsigned int num_tx_desc = priv->num_tx_desc; in ravb_tx_free() local209 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() local266 (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() local363 num_tx_desc; in ravb_ring_format()384 if (num_tx_desc > 1) { in ravb_ring_format()[all …]
209 __le16 num_tx_desc; member
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()
434 u32 num_tx_desc; member
977 mem_conf->total_tx_descriptors = cpu_to_le32(wl->num_tx_desc); in wl12xx_acx_mem_cfg()
71 if (unlikely(id >= wl->num_tx_desc || wl->tx_frames[id] == NULL)) { in wl18xx_tx_complete_packet()
241 u16 num_tx_desc; /* desc num of per tx queue */ member
544 queue_depth->num_tx_desc = cpu_to_le16(hdev->num_tx_desc); in hclge_get_vf_queue_depth()
886 u16 num_tx_desc; member
326 vsi->base_queue, vsi->num_queue_pairs, vsi->num_tx_desc, in i40e_dbg_dump_vsi_seid()
1807 wl->num_tx_desc = WL12XX_NUM_TX_DESCRIPTORS; in wl12xx_setup()