Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dif_ixl.c1367 u32 rxq_idx, qtx_ctl; in ixl_handle_lan_overflow_event() local
1371 qtx_ctl = e->desc.params.external.param1; in ixl_handle_lan_overflow_event()
1374 device_printf(dev, "LAN overflow event: QTX_CTL 0x%08x\n", qtx_ctl); in ixl_handle_lan_overflow_event()
H A Dixl_pf_iov.c563 uint32_t qtx_ctl; in ixl_vf_config_tx_queue() local
589 qtx_ctl = I40E_QTX_CTL_VF_QUEUE | in ixl_vf_config_tx_queue()
592 wr32(hw, I40E_QTX_CTL(global_queue_num), qtx_ctl); in ixl_vf_config_tx_queue()
/freebsd/sys/dev/ice/
H A Dice_adminq_cmd.h2940 __le32 qtx_ctl;
2793 __le32 qtx_ctl; global() member
H A Dice_lib.c9241 ice_debug(hw, ICE_DBG_DCB, "LAN overflow event detected, prtdcb_ruptq=0x%08x, qtx_ctl=0x%08x\n", in ice_del_rx_lldp_filter()
9243 LE32_TO_CPU(params->qtx_ctl)); in ice_del_rx_lldp_filter()