Lines Matching refs:irdma_pci_f

216 	struct irdma_pci_f *rf;
269 void (*request_reset)(struct irdma_pci_f *rf);
276 struct irdma_pci_f { struct
368 struct irdma_pci_f *rf; argument
457 static inline struct irdma_pci_f *dev_to_rf(struct irdma_sc_dev *dev) in dev_to_rf()
459 return container_of(dev, struct irdma_pci_f, sc_dev); in dev_to_rf()
470 static inline int irdma_alloc_rsrc(struct irdma_pci_f *rf, in irdma_alloc_rsrc()
505 static inline void irdma_free_rsrc(struct irdma_pci_f *rf, in irdma_free_rsrc()
515 int irdma_ctrl_init_hw(struct irdma_pci_f *rf);
516 void irdma_ctrl_deinit_hw(struct irdma_pci_f *rf);
525 void irdma_manage_arp_cache(struct irdma_pci_f *rf, const unsigned char *mac_addr,
536 int irdma_alloc_local_mac_entry(struct irdma_pci_f *rf, u16 *mac_tbl_idx);
537 int irdma_add_local_mac_entry(struct irdma_pci_f *rf, const u8 *mac_addr, u16 idx);
538 void irdma_del_local_mac_entry(struct irdma_pci_f *rf, u16 idx);
541 u32 irdma_initialize_hw_rsrc(struct irdma_pci_f *rf);
547 int irdma_handle_cqp_op(struct irdma_pci_f *rf,
556 void irdma_cq_wq_destroy(struct irdma_pci_f *rf, struct irdma_sc_cq *cq);
558 void irdma_cleanup_pending_cqp_op(struct irdma_pci_f *rf);
578 int irdma_hw_flush_wqes(struct irdma_pci_f *rf, struct irdma_sc_qp *qp,
580 void irdma_gen_ae(struct irdma_pci_f *rf, struct irdma_sc_qp *qp,
593 void irdma_cqp_ce_handler(struct irdma_pci_f *rf, struct irdma_sc_cq *cq);
594 int irdma_ah_cqp_op(struct irdma_pci_f *rf, struct irdma_sc_ah *sc_ah, u8 cmd,
604 void irdma_set_rf_user_cfg_params(struct irdma_pci_f *rf);