Home
last modified time | relevance | path

Searched refs:fl0id (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-5.10/drivers/scsi/csiostor/
H A 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()
H A 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()
H A Dcsio_wr.h123 uint16_t fl0id; member
/kernel/linux/linux-6.6/drivers/scsi/csiostor/
H A 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()
H A 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()
H A Dcsio_wr.h123 uint16_t fl0id; member
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1834 * @fl0id: FL0 queue ID or 0xffff if no attached FL0
1840 unsigned int iqid, unsigned int fl0id, unsigned int fl1id) in t4vf_iq_free()
1854 cmd.fl0id = cpu_to_be16(fl0id); in t4vf_iq_free()
1839 t4vf_iq_free(struct adapter *adapter, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) t4vf_iq_free() argument
H A Dsge.c2362 fl->cntxt_id = be16_to_cpu(rpl.fl0id); in t4vf_sge_alloc_rxq()
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_hw.c1835 * @fl0id: FL0 queue ID or 0xffff if no attached FL0
1841 unsigned int iqid, unsigned int fl0id, unsigned int fl1id) in t4vf_iq_free()
1855 cmd.fl0id = cpu_to_be16(fl0id); in t4vf_iq_free()
1840 t4vf_iq_free(struct adapter *adapter, unsigned int iqtype, unsigned int iqid, unsigned int fl0id, unsigned int fl1id) t4vf_iq_free() argument
H A Dsge.c2359 fl->cntxt_id = be16_to_cpu(rpl.fl0id); in t4vf_sge_alloc_rxq()
/kernel/linux/linux-5.10/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.c8347 * @fl0id: FL0 queue id or 0xffff if no attached FL0
8356 unsigned int fl0id, unsigned int fl1id) in t4_iq_stop()
8367 c.fl0id = cpu_to_be16(fl0id); in t4_iq_stop()
8380 * @fl0id: FL0 queue id or 0xffff if no attached FL0
8387 unsigned int fl0id, unsigned int fl1id) in t4_iq_free()
8398 c.fl0id = cpu_to_be16(fl0id); in t4_iq_free()
8354 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) t4_iq_stop() argument
8385 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) t4_iq_free() argument
H A Dt4fw_api.h1586 __be16 fl0id; member
H A Dsge.c4470 fl->cntxt_id = ntohs(c.fl0id); in t4_sge_alloc_rxq()
/kernel/linux/linux-6.6/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.c8316 * @fl0id: FL0 queue id or 0xffff if no attached FL0
8325 unsigned int fl0id, unsigned int fl1id) in t4_iq_stop()
8336 c.fl0id = cpu_to_be16(fl0id); in t4_iq_stop()
8349 * @fl0id: FL0 queue id or 0xffff if no attached FL0
8356 unsigned int fl0id, unsigned int fl1id) in t4_iq_free()
8367 c.fl0id = cpu_to_be16(fl0id); in t4_iq_free()
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) t4_iq_stop() 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) t4_iq_free() argument
H A Dt4fw_api.h1588 __be16 fl0id; member
H A Dsge.c4495 fl->cntxt_id = ntohs(c.fl0id); in t4_sge_alloc_rxq()

Completed in 116 milliseconds