Searched refs:sw_index (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | ce.c | 115 unsigned int sw_index; in ath12k_ce_completed_recv_next() local 121 sw_index = pipe->dest_ring->sw_index; in ath12k_ce_completed_recv_next() 138 *skb = pipe->dest_ring->skb[sw_index]; in ath12k_ce_completed_recv_next() 139 pipe->dest_ring->skb[sw_index] = NULL; in ath12k_ce_completed_recv_next() 141 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in ath12k_ce_completed_recv_next() 142 pipe->dest_ring->sw_index = sw_index; in ath12k_ce_completed_recv_next() 200 unsigned int sw_index; in ath12k_ce_completed_send_next() local 206 sw_index = pipe->src_ring->sw_index; in ath12k_ce_completed_send_next() 221 skb = pipe->src_ring->skb[sw_index]; in ath12k_ce_completed_send_next() 223 pipe->src_ring->skb[sw_index] = NULL; in ath12k_ce_completed_send_next() [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | ce.h | 76 unsigned int sw_index; member 322 u32 sw_index, dma_addr_t *bufferp,
|
| /linux/include/net/ |
| H A D | dsa.h | 1141 int sw_index, int port, 1145 int sw_index, int port, 1147 int (*crosschip_lag_change)(struct dsa_switch *ds, int sw_index, 1149 int (*crosschip_lag_join)(struct dsa_switch *ds, int sw_index, 1153 int (*crosschip_lag_leave)(struct dsa_switch *ds, int sw_index, 1392 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index);
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | pio.h | 68 u8 sw_index; /* software index number */ member
|
| /linux/net/dsa/ |
| H A D | dsa.c | 181 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index) in dsa_switch_find() argument 191 if (dp->ds->index != sw_index) in dsa_switch_find()
|