Home
last modified time | relevance | path

Searched defs:iq (Results 1 – 25 of 42) sorted by relevance

12

/linux-6.14.4/drivers/net/ethernet/cavium/liquidio/
Drequest_manager.c51 struct octeon_instr_queue *iq; in octeon_init_instr_queue() local
159 struct octeon_instr_queue *iq = oct->instr_queue[iq_no]; in octeon_delete_instr_queue() local
265 ring_doorbell(struct octeon_device *oct, struct octeon_instr_queue *iq) in ring_doorbell()
279 struct octeon_instr_queue *iq; in octeon_ring_doorbell_locked() local
289 static inline void __copy_cmd_into_iq(struct octeon_instr_queue *iq, in __copy_cmd_into_iq()
301 __post_command2(struct octeon_instr_queue *iq, u8 *cmd) in __post_command2()
354 __add_to_request_list(struct octeon_instr_queue *iq, in __add_to_request_list()
364 struct octeon_instr_queue *iq, u32 napi_budget) in lio_process_iq_request_list()
441 octeon_flush_iq(struct octeon_device *oct, struct octeon_instr_queue *iq, in octeon_flush_iq()
495 struct octeon_instr_queue *iq; in __check_db_timeout() local
[all …]
Dcn23xx_vf_regs.h70 #define CN23XX_VF_SLI_IQ_PKT_CONTROL64(iq) \ argument
73 #define CN23XX_VF_SLI_IQ_BASE_ADDR64(iq) \ argument
76 #define CN23XX_VF_SLI_IQ_SIZE(iq) \ argument
79 #define CN23XX_VF_SLI_IQ_DOORBELL(iq) \ argument
82 #define CN23XX_VF_SLI_IQ_INSTR_COUNT64(iq) \ argument
Dcn66xx_regs.h143 #define CN6XXX_SLI_IQ_BASE_ADDR64(iq) \ argument
146 #define CN6XXX_SLI_IQ_SIZE(iq) \ argument
149 #define CN6XXX_SLI_IQ_PKT_INSTR_HDR64(iq) \ argument
152 #define CN6XXX_SLI_IQ_DOORBELL(iq) \ argument
155 #define CN6XXX_SLI_IQ_INSTR_COUNT(iq) \ argument
158 #define CN66XX_SLI_IQ_BP64(iq) \ argument
Dcn23xx_vf_device.c104 struct octeon_instr_queue *iq; in cn23xx_vf_setup_global_input_regs() local
214 struct octeon_instr_queue *iq = oct->instr_queue[iq_no]; in cn23xx_setup_vf_iq_regs() local
524 static u32 cn23xx_update_read_index(struct octeon_instr_queue *iq) in cn23xx_update_read_index()
Dcn68xx_regs.h32 #define CN68XX_SLI_IQ_PORT_PKIND(iq) \ argument
Dcn23xx_pf_regs.h170 #define CN23XX_SLI_IQ_PKT_CONTROL64(iq) \ argument
173 #define CN23XX_SLI_IQ_BASE_ADDR64(iq) \ argument
176 #define CN23XX_SLI_IQ_SIZE(iq) \ argument
179 #define CN23XX_SLI_IQ_DOORBELL(iq) \ argument
182 #define CN23XX_SLI_IQ_INSTR_COUNT64(iq) \ argument
Dcn66xx_device.c266 struct octeon_instr_queue *iq = oct->instr_queue[iq_no]; in lio_cn6xxx_setup_iq_regs() local
449 lio_cn6xxx_update_read_index(struct octeon_instr_queue *iq) in lio_cn6xxx_update_read_index()
Dcn23xx_pf_device.c234 struct octeon_instr_queue *iq; in cn23xx_pf_setup_global_input_regs() local
420 struct octeon_instr_queue *iq = oct->instr_queue[iq_no]; in cn23xx_setup_iq_regs() local
912 static u32 cn23xx_update_read_index(struct octeon_instr_queue *iq) in cn23xx_update_read_index()
Dlio_vf_main.c121 struct octeon_instr_queue *iq; in pcierror_quiesce_device() local
482 struct octeon_instr_queue *iq; in octeon_destroy_resources() local
825 int i, frags, iq; in free_netsgbuf() local
867 int i, frags, iq; in free_netsgbuf_with_resp() local
Dlio_main.c250 struct octeon_instr_queue *iq; in pcierror_quiesce_device() local
460 int q, iq; in check_txq_status() local
991 struct octeon_instr_queue *iq; in octeon_destroy_resources() local
1430 int i, frags, iq; in free_netsgbuf() local
1471 int i, frags, iq; in free_netsgbuf_with_resp() local
/linux-6.14.4/drivers/net/ethernet/marvell/octeon_ep_vf/
Doctep_vf_tx.c17 static void octep_vf_iq_reset_indices(struct octep_vf_iq *iq) in octep_vf_iq_reset_indices()
33 int octep_vf_iq_process_completions(struct octep_vf_iq *iq, u16 budget) in octep_vf_iq_process_completions()
102 static void octep_vf_iq_free_pending(struct octep_vf_iq *iq) in octep_vf_iq_free_pending()
177 struct octep_vf_iq *iq; in octep_vf_setup_iq() local
262 static void octep_vf_free_iq(struct octep_vf_iq *iq) in octep_vf_free_iq()
Doctep_vf_main.h35 #define IQ_INSTR_PENDING(iq) ({ typeof(iq) iq__ = (iq); \ argument
39 #define IQ_INSTR_SPACE(iq) ({ typeof(iq) iq_ = (iq); \ argument
126 struct octep_vf_iq *iq; member
247 struct octep_vf_iq *iq[OCTEP_VF_MAX_IQ]; member
Doctep_vf_cn9k.c163 struct octep_vf_iq *iq = oct->iq[iq_no]; in octep_vf_setup_iq_regs_cn93() local
352 static u32 octep_vf_update_iq_read_index_cn93(struct octep_vf_iq *iq) in octep_vf_update_iq_read_index_cn93()
Doctep_vf_cnxk.c166 struct octep_vf_iq *iq = oct->iq[iq_no]; in octep_vf_setup_iq_regs_cnxk() local
363 static u32 octep_vf_update_iq_read_index_cnxk(struct octep_vf_iq *iq) in octep_vf_update_iq_read_index_cnxk()
Doctep_vf_main.c296 static void octep_vf_enable_ioq_irq(struct octep_vf_iq *iq, struct octep_vf_oq *oq) in octep_vf_enable_ioq_irq()
561 static int octep_vf_iq_full_check(struct octep_vf_iq *iq) in octep_vf_iq_full_check()
605 struct octep_vf_iq *iq; in octep_vf_start_xmit() local
/linux-6.14.4/drivers/net/ethernet/marvell/octeon_ep/
Doctep_tx.c16 static void octep_iq_reset_indices(struct octep_iq *iq) in octep_iq_reset_indices()
32 int octep_iq_process_completions(struct octep_iq *iq, u16 budget) in octep_iq_process_completions()
103 static void octep_iq_free_pending(struct octep_iq *iq) in octep_iq_free_pending()
178 struct octep_iq *iq; in octep_setup_iq() local
263 static void octep_free_iq(struct octep_iq *iq) in octep_free_iq()
Doctep_main.h50 #define IQ_INSTR_PENDING(iq) ({ typeof(iq) iq__ = (iq); \ argument
54 #define IQ_INSTR_SPACE(iq) ({ typeof(iq) iq_ = (iq); \ argument
150 struct octep_iq *iq; member
259 struct octep_iq *iq[OCTEP_MAX_IQ]; member
Doctep_main.c563 static void octep_enable_ioq_irq(struct octep_iq *iq, struct octep_oq *oq) in octep_enable_ioq_irq()
803 static inline int octep_iq_full_check(struct octep_iq *iq) in octep_iq_full_check()
851 struct octep_iq *iq; in octep_start_xmit() local
Doctep_cnxk_pf.c285 struct octep_iq *iq = oct->iq[iq_no]; in octep_setup_iq_regs_cnxk_pf() local
748 static u32 octep_update_iq_read_index_cnxk_pf(struct octep_iq *iq) in octep_update_iq_read_index_cnxk_pf()
Doctep_cn9k_pf.c265 struct octep_iq *iq = oct->iq[iq_no]; in octep_setup_iq_regs_cn93_pf() local
725 static u32 octep_update_iq_read_index_cn93_pf(struct octep_iq *iq) in octep_update_iq_read_index_cn93_pf()
/linux-6.14.4/drivers/scsi/csiostor/
Dcsio_isr.c212 csio_scsi_isr_handler(struct csio_q *iq) in csio_scsi_isr_handler()
258 struct csio_q *iq = (struct csio_q *) dev_id; in csio_scsi_isr() local
288 struct csio_q *iq = priv; in csio_scsi_intx_handler() local
/linux-6.14.4/drivers/crypto/marvell/octeontx2/
Dotx2_cptlf.h131 struct otx2_cpt_inst_queue *iq; in otx2_cpt_free_instruction_queues() local
149 struct otx2_cpt_inst_queue *iq; in otx2_cpt_alloc_instruction_queues() local
/linux-6.14.4/drivers/crypto/cavium/zip/
Dzip_main.h108 struct zip_iq iq[ZIP_MAX_NUM_QUEUES]; member
/linux-6.14.4/drivers/net/ethernet/marvell/octeontx2/nic/
Dcn10k_ipsec.c235 struct cn10k_cpt_inst_queue *iq = &pf->ipsec.iq; in cn10k_outb_cptlf_iq_alloc() local
257 struct cn10k_cpt_inst_queue *iq = &pf->ipsec.iq; in cn10k_outb_cptlf_iq_free() local
/linux-6.14.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_filter.c330 int iq; in get_filter_steerq() local
1379 int iq, atid, size; in cxgb4_set_hash_filter() local
1535 int iq, ret, filter_id = ftid; in __cxgb4_set_filter() local

12