Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/scsi/csiostor/
Dcsio_wr.h132 uint8_t iqandst; member
Dcsio_wr.c436 iqp.iqandst = X_INTERRUPTDESTINATION_PCIE; in csio_wr_iq_create()
438 iqp.iqandst = X_INTERRUPTDESTINATION_IQ; in csio_wr_iq_create()
443 iqp.iqandst = X_INTERRUPTDESTINATION_PCIE; in csio_wr_iq_create()
Dcsio_mb.c513 FW_IQ_CMD_IQANDST_V(iq_params->iqandst) | in csio_mb_iq_write()
/linux-4.1.27/drivers/net/ethernet/chelsio/cxgb4vf/
Dsge.c2183 int ret, iqandst, flsz = 0; in t4vf_sge_alloc_rxq() local
2193 iqandst = SGE_INTRDST_IQ; in t4vf_sge_alloc_rxq()
2196 iqandst = SGE_INTRDST_PCI; in t4vf_sge_alloc_rxq()
2229 FW_IQ_CMD_IQANDST_V(iqandst) | in t4vf_sge_alloc_rxq()