Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/scsi/csiostor/
Dcsio_wr.h132 uint8_t iqandst; member
Dcsio_wr.c438 iqp.iqandst = X_INTERRUPTDESTINATION_PCIE; in csio_wr_iq_create()
440 iqp.iqandst = X_INTERRUPTDESTINATION_IQ; in csio_wr_iq_create()
445 iqp.iqandst = X_INTERRUPTDESTINATION_PCIE; in csio_wr_iq_create()
Dcsio_mb.c515 FW_IQ_CMD_IQANDST_V(iq_params->iqandst) | in csio_mb_iq_write()
/linux-6.6.21/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c2209 int ret, iqandst, flsz = 0; in t4vf_sge_alloc_rxq() local
2221 iqandst = SGE_INTRDST_IQ; in t4vf_sge_alloc_rxq()
2224 iqandst = SGE_INTRDST_PCI; in t4vf_sge_alloc_rxq()
2257 FW_IQ_CMD_IQANDST_V(iqandst) | in t4vf_sge_alloc_rxq()