Searched refs:qtable (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/dev/ixl/
H A Dixl_pf_iov.c227 uint32_t qtable; local
238 qtable = i40e_read_rx_ctl(hw, I40E_VSILAN_QTABLE(index, vf->vsi.vsi_num));
239 qtable &= ~(I40E_VSILAN_QTABLE_QINDEX_0_MASK << shift);
240 qtable |= val << shift;
241 i40e_write_rx_ctl(hw, I40E_VSILAN_QTABLE(index, vf->vsi.vsi_num), qtable);
248 uint32_t qtable; local
267 qtable = ixl_pf_qidx_from_vsi_qidx(&vf->qtag, i) <<
270 wr32(hw, I40E_VPLAN_QTABLE(i, vf->vf_num), qtable);
/freebsd-13-stable/sys/dev/bhnd/
H A Dbhnd_subr.c976 const struct bhnd_device_quirk *qent, *qtable; local
984 qtable = dent->quirks_table;
985 if (qtable == NULL)
990 for (qent = qtable; !BHND_DEVICE_QUIRK_IS_END(qent); qent++) {
/freebsd-13-stable/sys/dev/bhnd/bhndb/
H A Dbhndb_pci.c230 struct bhndb_pci_quirk *qtable; local
240 if ((qtable = entry->quirks) == NULL)
243 for (size_t i = 0; !BHNDB_PCI_IS_QUIRK_END(&qtable[i]); i++) {
244 struct bhndb_pci_quirk *q = &qtable[i];

Completed in 115 milliseconds