Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/dev/bhnd/
HDbhnd_subr.c694 const struct bhnd_device_quirk *qent, *qtable; in bhnd_device_quirks() local
702 qtable = dent->quirks_table; in bhnd_device_quirks()
703 if (qtable == NULL) in bhnd_device_quirks()
708 for (qent = qtable; !BHND_DEVICE_QUIRK_IS_END(qent); qent++) { in bhnd_device_quirks()
/freebsd-11-stable/sys/dev/ixl/
HDixl_pf_iov.c218 uint32_t qtable; in ixl_vf_map_vsi_queue() local
229 qtable = i40e_read_rx_ctl(hw, I40E_VSILAN_QTABLE(index, vf->vsi.vsi_num)); in ixl_vf_map_vsi_queue()
230 qtable &= ~(I40E_VSILAN_QTABLE_QINDEX_0_MASK << shift); in ixl_vf_map_vsi_queue()
231 qtable |= val << shift; in ixl_vf_map_vsi_queue()
232 i40e_write_rx_ctl(hw, I40E_VSILAN_QTABLE(index, vf->vsi.vsi_num), qtable); in ixl_vf_map_vsi_queue()
239 uint32_t qtable; in ixl_vf_map_queues() local
258 qtable = ixl_pf_qidx_from_vsi_qidx(&vf->qtag, i) << in ixl_vf_map_queues()
261 wr32(hw, I40E_VPLAN_QTABLE(i, vf->vf_num), qtable); in ixl_vf_map_queues()