Home
last modified time | relevance | path

Searched defs:q_idx (Results 1 – 11 of 11) sorted by relevance

/freebsd/sys/dev/vnic/
H A Dnicvf_queues.c2047 nicvf_enable_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_enable_intr()
2086 nicvf_disable_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_disable_intr()
2123 nicvf_clear_intr(struct nicvf *nic, int int_type, int q_idx) in nicvf_clear_intr()
2160 nicvf_is_intr_enabled(struct nicvf *nic, int int_type, int q_idx) in nicvf_is_intr_enabled()
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76_connac_mac.c491 u8 p_fmt, q_idx, omac_idx = 0, wmm_idx = 0, band_idx = 0; in mt76_connac2_mac_write_txwi() local
/freebsd/sys/dev/ice/
H A Dice_switch.h191 u16 q_idx; global() member
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_tom.c1253 u_int q_idx; in init_conn_params() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7996/
H A Dmac.c839 u8 p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7996_mac_write_txwi() local
/freebsd/sys/contrib/dev/mediatek/mt76/mt7615/
H A Dmac.c726 u8 fc_type, fc_stype, p_fmt, q_idx, omac_idx = 0, wmm_idx = 0; in mt7615_mac_write_txwi() local
H A Dmcu.c68 u8 seq, q_idx, pkt_fmt; in mt7615_mcu_fill_msg() local
/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddmu_send.c1353 enum q_idx { enum
/freebsd/sys/dev/qlnx/qlnxe/
H A Decore_sriov.c3092 u16 i, q_idx; in ecore_iov_vp_update_rss_param() local
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_t3_hw.c2956 int i, j, cpu_idx = 0, q_idx = 0; in t3_config_rss() local
/freebsd/sys/dev/igc/
H A Digc_defines.h1214 #define IGC_VLANPQF_QUEUE_SEL(_n, q_idx) ((q_idx) << ((_n) * 4)) argument