Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_mb.c714 cmdp->eqid_pkd |= htonl(FW_EQ_OFLD_CMD_EQID(eq_ofld_params->eqid)); in csio_mb_eq_ofld_write()
780 ntohl(rsp->eqid_pkd)); in csio_mb_eq_ofld_alloc_write_rsp()
816 cmdp->eqid_pkd = htonl(FW_EQ_OFLD_CMD_EQID(eq_ofld_params->eqid)); in csio_mb_eq_ofld_free()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h1188 __be32 eqid_pkd; member
1279 __be32 eqid_pkd; member
Dsge.c2454 init_txq(adap, &txq->q, FW_EQ_ETH_CMD_EQID_GET(ntohl(c.eqid_pkd))); in t4_sge_alloc_eth_txq()
2560 init_txq(adap, &txq->q, FW_EQ_OFLD_CMD_EQID_GET(ntohl(c.eqid_pkd))); in t4_sge_alloc_ofld_txq()
Dt4_hw.c3747 c.eqid_pkd = htonl(FW_EQ_ETH_CMD_EQID(eqid)); in t4_eth_eq_free()
3795 c.eqid_pkd = htonl(FW_EQ_OFLD_CMD_EQID(eqid)); in t4_ofld_eq_free()
/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1333 cmd.eqid_pkd = cpu_to_be32(FW_EQ_ETH_CMD_EQID(eqid)); in t4vf_eth_eq_free()
Dsge.c2296 txq->q.cntxt_id = FW_EQ_ETH_CMD_EQID_GET(be32_to_cpu(rpl.eqid_pkd)); in t4vf_sge_alloc_eth_txq()