Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A 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()
H A Dcsio_wr.h124 uint16_t fl1id; member
H A Dcsio_wr.c657 iqp.fl1id = 0xFFFF; in csio_wr_iq_destroy()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A 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()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h2041 unsigned int fl0id, unsigned int fl1id);
2044 unsigned int fl0id, unsigned int fl1id);
H A Dt4_hw.c8325 unsigned int fl0id, unsigned int fl1id) in t4_iq_stop() argument
8337 c.fl1id = cpu_to_be16(fl1id); in t4_iq_stop()
8356 unsigned int fl0id, unsigned int fl1id) in t4_iq_free() argument
8368 c.fl1id = cpu_to_be16(fl1id); in t4_iq_free()
H A Dt4fw_api.h1589 __be16 fl1id; member