Home
last modified time | relevance | path

Searched refs:irdma_pci_f (Results 1 – 8 of 8) sorted by relevance

/linux-6.15/drivers/infiniband/hw/irdma/
H A Dmain.h196 struct irdma_pci_f *rf;
248 void (*request_reset)(struct irdma_pci_f *rf);
255 struct irdma_pci_f { struct
337 struct irdma_pci_f *rf; argument
412 return container_of(dev, struct irdma_pci_f, sc_dev); in dev_to_rf()
423 static inline int irdma_alloc_rsrc(struct irdma_pci_f *rf, in irdma_alloc_rsrc()
468 int irdma_ctrl_init_hw(struct irdma_pci_f *rf);
469 void irdma_ctrl_deinit_hw(struct irdma_pci_f *rf);
478 void irdma_manage_arp_cache(struct irdma_pci_f *rf,
494 u32 irdma_initialize_hw_rsrc(struct irdma_pci_f *rf);
[all …]
H A Dhw.c213 static void irdma_process_aeq(struct irdma_pci_f *rf) in irdma_process_aeq()
463 struct irdma_pci_f *rf = iwceq->rf; in irdma_ceq_dpc()
532 struct irdma_pci_f *rf = data; in irdma_irq_handler()
693 static void irdma_del_ceq_0(struct irdma_pci_f *rf) in irdma_del_ceq_0()
721 static void irdma_del_ceqs(struct irdma_pci_f *rf) in irdma_del_ceqs()
1530 struct irdma_pci_f *rf = iwdev->rf; in irdma_reinitialize_ieq()
1748 void irdma_ctrl_deinit_hw(struct irdma_pci_f *rf) in irdma_ctrl_deinit_hw()
1795 struct irdma_pci_f *rf = iwdev->rf; in irdma_rt_init_hw()
1895 int irdma_ctrl_init_hw(struct irdma_pci_f *rf) in irdma_ctrl_init_hw()
2129 struct irdma_pci_f *rf = container_of(work, struct irdma_pci_f, in cqp_compl_worker()
[all …]
H A Dutils.c834 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_sds_cmd()
866 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_qp_suspend_resume()
978 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_cq_create_cmd()
1007 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_qp_create_cmd()
1075 struct irdma_pci_f *rf = iwdev->rf; in irdma_free_qp_rsrc()
1148 struct irdma_pci_f *rf = iwdev->rf; in irdma_hw_modify_qp()
1224 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_cq_destroy_cmd()
1236 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_qp_destroy_cmd()
1268 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_ieq_mpa_crc_ae()
1642 struct irdma_pci_f *rf = dev_to_rf(dev); in irdma_cqp_gather_stats_cmd()
[all …]
H A Di40iw_if.c66 static void i40iw_request_reset(struct irdma_pci_f *rf) in i40iw_request_reset()
75 struct irdma_pci_f *rf = iwdev->rf; in i40iw_fill_device_info()
110 struct irdma_pci_f *rf; in i40iw_open()
H A Dmain.c152 static void irdma_request_reset(struct irdma_pci_f *rf) in irdma_request_reset()
209 static int irdma_init_interrupts(struct irdma_pci_f *rf, struct ice_pf *pf) in irdma_init_interrupts()
236 static void irdma_deinit_interrupts(struct irdma_pci_f *rf, struct ice_pf *pf) in irdma_deinit_interrupts()
266 struct irdma_pci_f *rf = iwdev->rf; in irdma_fill_device_info()
304 struct irdma_pci_f *rf; in irdma_probe()
H A Dosdep.h37 struct irdma_pci_f;
H A Dcm.h399 int irdma_add_arp(struct irdma_pci_f *rf, u32 *ip, bool ipv4, const u8 *mac);
407 int irdma_arp_table(struct irdma_pci_f *rf, u32 *ip_addr, bool ipv4,
H A Dverbs.c16 struct irdma_pci_f *rf = iwdev->rf; in irdma_query_device()
378 struct irdma_pci_f *rf = iwdev->rf; in irdma_alloc_pd()
733 struct irdma_pci_f *rf = iwqp->iwdev->rf; in irdma_cqp_create_qp_cmd()
882 struct irdma_pci_f *rf = iwdev->rf; in irdma_create_qp()
1897 struct irdma_pci_f *rf; in irdma_resize_cq()
2049 struct irdma_pci_f *rf = iwdev->rf; in irdma_create_cq()
4079 static void mcast_list_add(struct irdma_pci_f *rf, in mcast_list_add()
4190 struct irdma_pci_f *rf = iwdev->rf; in irdma_attach_mcast()
4330 struct irdma_pci_f *rf = iwdev->rf; in irdma_detach_mcast()
4394 struct irdma_pci_f *rf = iwdev->rf; in irdma_create_hw_ah()
[all …]