Searched refs:vring_tx_desc (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wireless/ath/wil6210/ |
D | pmc.c | 90 sizeof(struct vring_tx_desc) * num_descriptors, in wil_pmc_alloc() 98 sizeof(struct vring_tx_desc), in wil_pmc_alloc() 100 sizeof(struct vring_tx_desc) * num_descriptors); in wil_pmc_alloc() 112 struct vring_tx_desc *_d = &pmc->pring_va[i]; in wil_pmc_alloc() 113 struct vring_tx_desc dd = {}, *d = ⅆ in wil_pmc_alloc() 179 sizeof(struct vring_tx_desc) * num_descriptors, in wil_pmc_alloc() 237 size_t buf_size = sizeof(struct vring_tx_desc) * in wil_pmc_free()
|
D | txrx.c | 128 volatile struct vring_tx_desc *_d = &vring->va[i].tx; in wil_vring_alloc() 139 static void wil_txdesc_unmap(struct device *dev, struct vring_tx_desc *d, in wil_txdesc_unmap() 181 struct vring_tx_desc dd, *d = ⅆ in wil_vring_free() 182 volatile struct vring_tx_desc *_d = in wil_vring_free() 1078 static int wil_tx_desc_map(struct vring_tx_desc *d, dma_addr_t pa, u32 len, in wil_tx_desc_map() 1101 void wil_tx_desc_set_nr_frags(struct vring_tx_desc *d, int nr_frags) in wil_tx_desc_set_nr_frags() 1113 static void wil_tx_desc_offload_setup_tso(struct vring_tx_desc *d, in wil_tx_desc_offload_setup_tso() 1147 static int wil_tx_desc_offload_setup(struct vring_tx_desc *d, in wil_tx_desc_offload_setup() 1193 static inline void wil_tx_last_desc(struct vring_tx_desc *d) in wil_tx_last_desc() 1200 static inline void wil_set_tx_desc_last_tso(volatile struct vring_tx_desc *d) in wil_set_tx_desc_last_tso() [all …]
|
D | txrx.h | 427 struct vring_tx_desc { struct 438 struct vring_tx_desc tx; argument
|
D | debugfs.c | 75 volatile struct vring_tx_desc *d = &vring->va[i].tx; in wil_print_vring() 910 volatile struct vring_tx_desc *d = in wil_txdesc_debugfs_show()
|
D | wil6210.h | 536 struct vring_tx_desc *pring_va;
|