Home
last modified time | relevance | path

Searched refs:qtx_ctl (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/ixl/
Dif_ixl.c1337 u32 rxq_idx, qtx_ctl; in ixl_handle_lan_overflow_event() local
1341 qtx_ctl = e->desc.params.external.param1; in ixl_handle_lan_overflow_event()
1344 device_printf(dev, "LAN overflow event: QTX_CTL 0x%08x\n", qtx_ctl); in ixl_handle_lan_overflow_event()
Dixl_pf_iov.c568 uint32_t qtx_ctl; in ixl_vf_config_tx_queue() local
594 qtx_ctl = I40E_QTX_CTL_VF_QUEUE | in ixl_vf_config_tx_queue()
597 wr32(hw, I40E_QTX_CTL(global_queue_num), qtx_ctl); in ixl_vf_config_tx_queue()
/freebsd-12-stable/sys/dev/ice/
Dice_adminq_cmd.h2672 __le32 qtx_ctl; member
Dice_lib.c7978 LE32_TO_CPU(params->qtx_ctl)); in ice_handle_lan_overflow_event()