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

/linux-master/drivers/scsi/csiostor/
H A Dcsio_mb.c513 cmdp->fl1id |= htons(iq_params->fl1id);
601 iq_params->fl1id = ntohs(rsp->fl1id);
604 iq_params->fl0id = iq_params->fl1id = 0;
640 cmdp->fl1id = htons(iq_params->fl1id);
H A Dcsio_wr.h124 uint16_t fl1id; member in struct:csio_iq_params
H A Dcsio_wr.c657 iqp.fl1id = 0xFFFF;
/linux-master/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1836 * @fl1id: FL1 queue ID or 0xffff if no attached FL1
1841 unsigned int iqid, unsigned int fl0id, unsigned int fl1id)
1856 cmd.fl1id = cpu_to_be16(fl1id);
1840 t4vf_iq_free(struct adapter *adapter, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
/linux-master/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.c8317 * @fl1id: FL1 queue id or 0xffff if no attached FL1
8325 unsigned int fl0id, unsigned int fl1id)
8337 c.fl1id = cpu_to_be16(fl1id);
8350 * @fl1id: FL1 queue id or 0xffff if no attached FL1
8356 unsigned int fl0id, unsigned int fl1id)
8368 c.fl1id = cpu_to_be16(fl1id);
8323 t4_iq_stop(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
8354 t4_iq_free(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) argument
H A Dt4fw_api.h1589 __be16 fl1id; member in struct:fw_iq_cmd

Completed in 161 milliseconds