Home
last modified time | relevance | path

Searched defs:sw_index (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/drivers/net/wireless/ath/ath10k/
Dce.c432 unsigned int sw_index = src_ring->sw_index; in _ath10k_ce_send_nolock() local
489 unsigned int sw_index; in _ath10k_ce_send_nolock_64() local
642 unsigned int sw_index = dest_ring->sw_index; in __ath10k_ce_rx_num_free_bufs() local
658 unsigned int sw_index = dest_ring->sw_index; in __ath10k_ce_rx_post_buf() local
689 unsigned int sw_index = dest_ring->sw_index; in __ath10k_ce_rx_post_buf_64() local
760 unsigned int sw_index = dest_ring->sw_index; in _ath10k_ce_completed_recv_next_nolock() local
810 unsigned int sw_index = dest_ring->sw_index; in _ath10k_ce_completed_recv_next_nolock_64() local
887 unsigned int sw_index; in _ath10k_ce_revoke_recv_next() local
940 unsigned int sw_index; in _ath10k_ce_revoke_recv_next_64() local
1009 unsigned int sw_index = src_ring->sw_index; in _ath10k_ce_completed_send_next_nolock() local
[all …]
Dce.h76 unsigned int sw_index; member
Dpci.c1358 unsigned int sw_index; in ath10k_pci_hif_tx_sg() local
/Linux-v6.6/drivers/net/wireless/ath/ath12k/
Dce.c325 unsigned int sw_index; in ath12k_ce_completed_recv_next() local
414 unsigned int sw_index; in ath12k_ce_completed_send_next() local
644 unsigned int write_index, sw_index; in ath12k_ce_send() local
Dce.h114 unsigned int sw_index; member
/Linux-v6.6/drivers/net/wireless/ath/ath11k/
Dce.c374 unsigned int sw_index; in ath11k_ce_completed_recv_next() local
463 unsigned int sw_index; in ath11k_ce_completed_send_next() local
717 unsigned int write_index, sw_index; in ath11k_ce_send() local
Dce.h140 unsigned int sw_index; member
/Linux-v6.6/drivers/infiniband/hw/hfi1/
Dpio.c453 static int sc_hw_alloc(struct hfi1_devdata *dd, int type, u32 *sw_index, in sc_hw_alloc()
481 static void sc_hw_free(struct hfi1_devdata *dd, u32 sw_index, u32 hw_context) in sc_hw_free()
663 u32 sw_index; in sc_alloc() local
840 u32 sw_index; in sc_free() local
1721 u32 sw_index; in sc_group_release_update() local
Dpio.h68 u8 sw_index; /* software index number */ member
Dchip.c5783 static int sc_to_vl(struct hfi1_devdata *dd, int sw_index) in sc_to_vl()
5953 u32 sw_index; in is_sendctxt_err_int() local
/Linux-v6.6/drivers/net/dsa/mv88e6xxx/
Dchip.c2907 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_join()
2926 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_leave()
6741 static int mv88e6xxx_crosschip_lag_change(struct dsa_switch *ds, int sw_index, in mv88e6xxx_crosschip_lag_change()
6753 static int mv88e6xxx_crosschip_lag_join(struct dsa_switch *ds, int sw_index, in mv88e6xxx_crosschip_lag_join()
6777 static int mv88e6xxx_crosschip_lag_leave(struct dsa_switch *ds, int sw_index, in mv88e6xxx_crosschip_lag_leave()
/Linux-v6.6/net/dsa/
Ddsa.c180 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index) in dsa_switch_find()