Home
last modified time | relevance | path

Searched refs:VOQ (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/ethernet/qlogic/qed/ !
H A Dqed_sriov.c3616 voq = VOQ(port_id, tc_id, max_phys_tcs_per_port); in qed_iov_vf_flr_poll_pbf()
3634 voq = VOQ(port_id, in qed_iov_vf_flr_poll_pbf()
3655 DP_ERR(p_hwfn, "VF[%d]: pbf poll failed on VOQ%d\n", in qed_iov_vf_flr_poll_pbf()
3658 DP_ERR(p_hwfn, "VOQ %d has port_id as %d and tc_id as %d]\n", in qed_iov_vf_flr_poll_pbf()
H A Dqed_hsi.h2378 /* Returns the VOQ based on port and TC */
2379 #define VOQ(port, tc, max_phys_tcs_per_port) ((tc) == \ macro