Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_wr.h132 uint8_t iqandst; member
Dcsio_wr.c437 iqp.iqandst = X_INTERRUPTDESTINATION_PCIE; in csio_wr_iq_create()
439 iqp.iqandst = X_INTERRUPTDESTINATION_IQ; in csio_wr_iq_create()
444 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-v4.19/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c2211 int ret, iqandst, flsz = 0; in t4vf_sge_alloc_rxq() local
2222 iqandst = SGE_INTRDST_IQ; in t4vf_sge_alloc_rxq()
2225 iqandst = SGE_INTRDST_PCI; in t4vf_sge_alloc_rxq()
2258 FW_IQ_CMD_IQANDST_V(iqandst) | in t4vf_sge_alloc_rxq()