Home
last modified time | relevance | path

Searched refs:sw_index (Results 1 – 19 of 19) sorted by relevance

/linux/drivers/net/wireless/ath/ath10k/
A Dce.c573 sw_index = src_ring->sw_index; in _ath10k_ce_send_nolock_64()
865 dest_ring->sw_index = sw_index; in _ath10k_ce_completed_recv_next_nolock()
914 dest_ring->sw_index = sw_index; in _ath10k_ce_completed_recv_next_nolock_64()
971 sw_index = dest_ring->sw_index; in _ath10k_ce_revoke_recv_next()
990 dest_ring->sw_index = sw_index; in _ath10k_ce_revoke_recv_next()
1024 sw_index = dest_ring->sw_index; in _ath10k_ce_revoke_recv_next_64()
1044 dest_ring->sw_index = sw_index; in _ath10k_ce_revoke_recv_next_64()
1117 src_ring->sw_index = sw_index; in _ath10k_ce_completed_send_next_nolock()
1170 src_ring->sw_index = sw_index; in _ath10k_ce_completed_send_next_nolock_64()
1244 sw_index = src_ring->sw_index; in ath10k_ce_cancel_send_next()
[all …]
A Dce.h76 unsigned int sw_index; member
322 u32 sw_index, dma_addr_t *bufferp,
A Dpci.c1358 unsigned int sw_index; in ath10k_pci_hif_tx_sg() local
1365 sw_index = src_ring->sw_index; in ath10k_pci_hif_tx_sg()
1369 write_index, sw_index - 1) < n_items)) { in ath10k_pci_hif_tx_sg()
/linux/net/dsa/
A Dswitch.c106 info->sw_index, in dsa_switch_bridge_join()
132 info->sw_index, info->port, in dsa_switch_bridge_leave()
384 if (dsa_port_host_address_match(dp, info->sw_index, in dsa_switch_host_fdb_add()
405 if (dsa_port_host_address_match(dp, info->sw_index, in dsa_switch_host_fdb_del()
533 if (dsa_port_host_address_match(dp, info->sw_index, in dsa_switch_host_mdb_add()
554 if (dsa_port_host_address_match(dp, info->sw_index, in dsa_switch_host_mdb_del()
604 if (ds->index == info->sw_index) in dsa_switch_vlan_del()
656 if (ds->index == info->sw_index) in dsa_switch_mrp_add()
668 if (ds->index == info->sw_index) in dsa_switch_mrp_del()
681 if (ds->index == info->sw_index) in dsa_switch_mrp_add_ring_role()
[all …]
A Dport.c326 .sw_index = dp->ds->index, in dsa_port_bridge_join()
391 .sw_index = dp->ds->index, in dsa_port_bridge_leave()
417 .sw_index = dp->ds->index, in dsa_port_lag_change()
445 .sw_index = dp->ds->index, in dsa_port_lag_join()
487 .sw_index = dp->ds->index, in dsa_port_lag_leave()
732 .sw_index = dp->ds->index, in dsa_port_mtu_change()
745 .sw_index = dp->ds->index, in dsa_port_fdb_add()
758 .sw_index = dp->ds->index, in dsa_port_fdb_del()
772 .sw_index = dp->ds->index, in dsa_port_host_fdb_add()
791 .sw_index = dp->ds->index, in dsa_port_host_fdb_del()
[all …]
A Ddsa_priv.h57 int sw_index; member
63 int sw_index; member
72 int sw_index; member
79 int sw_index; member
88 int sw_index; member
96 int sw_index; member
109 int sw_index; member
116 int sw_index; member
123 int sw_index; member
145 int sw_index; member
A Dtag_8021q.c218 if (ds->dst->index == info->tree_index && ds->index == info->sw_index) in dsa_port_tag_8021q_vlan_match()
333 dp->ds->index == info->sw_index && in dsa_port_tag_8021q_bridge_match()
355 targeted_ds = dsa_switch_find(info->tree_index, info->sw_index); in dsa_tag_8021q_bridge_join()
390 targeted_ds = dsa_switch_find(info->tree_index, info->sw_index); in dsa_tag_8021q_bridge_leave()
A Ddsa2.c177 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index) in dsa_switch_find() argument
187 if (dp->ds->index != sw_index) in dsa_switch_find()
/linux/drivers/net/wireless/ath/ath11k/
A Dce.c366 unsigned int sw_index; in ath11k_ce_completed_recv_next() local
373 sw_index = pipe->dest_ring->sw_index; in ath11k_ce_completed_recv_next()
397 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in ath11k_ce_completed_recv_next()
398 pipe->dest_ring->sw_index = sw_index; in ath11k_ce_completed_recv_next()
455 unsigned int sw_index; in ath11k_ce_completed_send_next() local
462 sw_index = pipe->src_ring->sw_index; in ath11k_ce_completed_send_next()
481 sw_index = CE_RING_IDX_INCR(nentries_mask, sw_index); in ath11k_ce_completed_send_next()
482 pipe->src_ring->sw_index = sw_index; in ath11k_ce_completed_send_next()
707 sw_index = pipe->src_ring->sw_index; in ath11k_ce_send()
709 if (write_index >= sw_index) in ath11k_ce_send()
[all …]
A Dce.h123 unsigned int sw_index; member
/linux/drivers/infiniband/hw/hfi1/
A Dpio.c467 *sw_index = index; in sc_hw_alloc()
485 sci = &dd->send_contexts[sw_index]; in sc_hw_free()
663 u32 sw_index; in sc_alloc() local
711 sc->sw_index = sw_index; in sc_alloc()
824 sw_index, in sc_alloc()
840 u32 sw_index; in sc_free() local
850 sw_index = sc->sw_index; in sc_free()
995 __func__, sc->sw_index, in sc_wait_for_packet_egress()
1086 __func__, sc->sw_index, in sc_restart()
1722 u32 sw_index; in sc_group_release_update() local
[all …]
A Dtrace_tx.h28 __field(u32, sw_index)
33 __entry->sw_index = sc->sw_index;
39 __entry->sw_index,
49 __field(u32, sw_index)
55 __entry->sw_index = sc->sw_index;
62 __entry->sw_index,
A Dpio.h68 u8 sw_index; /* software index number */ member
A Dcommon.h183 __u16 sw_index; /* send sw index to use */ member
A Dqp.c652 send_context ? send_context->sw_index : 0, in qp_iter_print()
A Dchip.c5782 static int sc_to_vl(struct hfi1_devdata *dd, int sw_index) in sc_to_vl() argument
5788 sci = &dd->send_contexts[sw_index]; in sc_to_vl()
5952 u32 sw_index; in is_sendctxt_err_int() local
5956 sw_index = dd->hw_to_sw[hw_context]; in is_sendctxt_err_int()
5957 if (sw_index >= dd->num_send_contexts) { in is_sendctxt_err_int()
5960 sw_index, hw_context); in is_sendctxt_err_int()
5963 sci = &dd->send_contexts[sw_index]; in is_sendctxt_err_int()
5968 sw_index, hw_context); in is_sendctxt_err_int()
5978 dd_dev_info(dd, "Send Context %u(%u) Error: %s\n", sw_index, hw_context, in is_sendctxt_err_int()
5983 handle_send_egress_err_info(dd, sc_to_vl(dd, sw_index)); in is_sendctxt_err_int()
A Dfile_ops.c945 hfi1_cdbg(PROC, "allocated send context %u(%u)\n", uctxt->sc->sw_index, in allocate_ctxt()
/linux/include/net/
A Ddsa.h832 int sw_index, int port,
835 int sw_index, int port,
837 int (*crosschip_lag_change)(struct dsa_switch *ds, int sw_index,
839 int (*crosschip_lag_join)(struct dsa_switch *ds, int sw_index,
842 int (*crosschip_lag_leave)(struct dsa_switch *ds, int sw_index,
1096 struct dsa_switch *dsa_switch_find(int tree_index, int sw_index);
/linux/drivers/net/dsa/mv88e6xxx/
A Dchip.c2507 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_join() argument
2517 err = mv88e6xxx_pvt_map(chip, sw_index, port); in mv88e6xxx_crosschip_bridge_join()
2524 int tree_index, int sw_index, in mv88e6xxx_crosschip_bridge_leave() argument
2533 if (mv88e6xxx_pvt_map(chip, sw_index, port)) in mv88e6xxx_crosschip_bridge_leave()
6185 static int mv88e6xxx_crosschip_lag_change(struct dsa_switch *ds, int sw_index, in mv88e6xxx_crosschip_lag_change() argument
6197 static int mv88e6xxx_crosschip_lag_join(struct dsa_switch *ds, int sw_index, in mv88e6xxx_crosschip_lag_join() argument
6213 err = mv88e6xxx_pvt_map(chip, sw_index, port); in mv88e6xxx_crosschip_lag_join()
6220 static int mv88e6xxx_crosschip_lag_leave(struct dsa_switch *ds, int sw_index, in mv88e6xxx_crosschip_lag_leave() argument
6228 err_pvt = mv88e6xxx_pvt_map(chip, sw_index, port); in mv88e6xxx_crosschip_lag_leave()

Completed in 88 milliseconds