Home
last modified time | relevance | path

Searched refs:fl1id (Results 1 – 7 of 7) sorted by relevance

/linux-6.1.9/drivers/scsi/csiostor/
Dcsio_mb.c513 cmdp->fl1id |= htons(iq_params->fl1id); in csio_mb_iq_write()
601 iq_params->fl1id = ntohs(rsp->fl1id); in csio_mb_iq_alloc_write_rsp()
604 iq_params->fl0id = iq_params->fl1id = 0; in csio_mb_iq_alloc_write_rsp()
640 cmdp->fl1id = htons(iq_params->fl1id); in csio_mb_iq_free()
Dcsio_wr.h124 uint16_t fl1id; member
Dcsio_wr.c657 iqp.fl1id = 0xFFFF; in csio_wr_iq_destroy()
/linux-6.1.9/drivers/net/ethernet/chelsio/cxgb4vf/
Dt4vf_hw.c1841 unsigned int iqid, unsigned int fl0id, unsigned int fl1id) in t4vf_iq_free() argument
1856 cmd.fl1id = cpu_to_be16(fl1id); in t4vf_iq_free()
/linux-6.1.9/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
8335 c.fl1id = cpu_to_be16(fl1id); in t4_iq_stop()
8354 unsigned int fl0id, unsigned int fl1id) in t4_iq_free() argument
8366 c.fl1id = cpu_to_be16(fl1id); in t4_iq_free()
Dt4fw_api.h1589 __be16 fl1id; member