Home
last modified time | relevance | path

Searched refs:fl0id (Results 1 – 9 of 9) sorted by relevance

/linux-5.19.10/drivers/scsi/csiostor/
Dcsio_mb.c512 cmdp->fl0id |= htons(iq_params->fl0id); in csio_mb_iq_write()
537 (iq_params->fl0id != 0xFFFF)) { in csio_mb_iq_write()
600 iq_params->fl0id = ntohs(rsp->fl0id); in csio_mb_iq_alloc_write_rsp()
604 iq_params->fl0id = iq_params->fl1id = 0; in csio_mb_iq_alloc_write_rsp()
639 cmdp->fl0id = htons(iq_params->fl0id); in csio_mb_iq_free()
Dcsio_wr.h123 uint16_t fl0id; member
Dcsio_wr.c388 csio_q_flid(hw, flq_idx) = iqp.fl0id; in csio_wr_iq_create_rsp()
653 iqp.fl0id = csio_q_flid(hw, flq_idx); in csio_wr_iq_destroy()
655 iqp.fl0id = 0xFFFF; in csio_wr_iq_destroy()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1841 unsigned int iqid, unsigned int fl0id, unsigned int fl1id) in t4vf_iq_free() argument
1855 cmd.fl0id = cpu_to_be16(fl0id); in t4vf_iq_free()
Dsge.c2359 fl->cntxt_id = be16_to_cpu(rpl.fl0id); in t4vf_sge_alloc_rxq()
/linux-5.19.10/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4.h2043 unsigned int fl0id, unsigned int fl1id);
2046 unsigned int fl0id, unsigned int fl1id);
Dt4_hw.c8323 unsigned int fl0id, unsigned int fl1id) in t4_iq_stop() argument
8334 c.fl0id = cpu_to_be16(fl0id); in t4_iq_stop()
8354 unsigned int fl0id, unsigned int fl1id) in t4_iq_free() argument
8365 c.fl0id = cpu_to_be16(fl0id); in t4_iq_free()
Dt4fw_api.h1588 __be16 fl0id; member
Dsge.c4495 fl->cntxt_id = ntohs(c.fl0id); in t4_sge_alloc_rxq()