Home
last modified time | relevance | path

Searched refs:FW_IQ_CMD_TYPE_V (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/drivers/scsi/csiostor/
Dcsio_mb.c458 FW_IQ_CMD_TYPE_V(iq_params->type) | in csio_mb_iq_alloc()
636 cmdp->type_to_iqandstindex = htonl(FW_IQ_CMD_TYPE_V(iq_params->type)); in csio_mb_iq_free()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1852 cpu_to_be32(FW_IQ_CMD_TYPE_V(iqtype)); in t4vf_iq_free()
Dsge.c2254 cpu_to_be32(FW_IQ_CMD_TYPE_V(FW_IQ_TYPE_FL_INT_CAP) | in t4vf_sge_alloc_rxq()
/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h1631 #define FW_IQ_CMD_TYPE_V(x) ((x) << FW_IQ_CMD_TYPE_S) macro
Dt4_hw.c8334 c.type_to_iqandstindex = cpu_to_be32(FW_IQ_CMD_TYPE_V(iqtype)); in t4_iq_stop()
8365 c.type_to_iqandstindex = cpu_to_be32(FW_IQ_CMD_TYPE_V(iqtype)); in t4_iq_free()
Dsge.c4399 c.type_to_iqandstindex = htonl(FW_IQ_CMD_TYPE_V(FW_IQ_TYPE_FL_INT_CAP) | in t4_sge_alloc_rxq()