Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1840 unsigned int iqid, unsigned int fl0id, unsigned int fl1id) in t4vf_iq_free() argument
1855 cmd.fl1id = cpu_to_be16(fl1id); in t4vf_iq_free()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4.h2045 unsigned int fl0id, unsigned int fl1id);
2048 unsigned int fl0id, unsigned int fl1id);
H A Dt4_hw.c8354 unsigned int fl0id, unsigned int fl1id) in t4_iq_stop() argument
8366 c.fl1id = cpu_to_be16(fl1id); in t4_iq_stop()
8385 unsigned int fl0id, unsigned int fl1id) in t4_iq_free() argument
8397 c.fl1id = cpu_to_be16(fl1id); in t4_iq_free()
H A Dt4fw_api.h1587 __be16 fl1id; member