Searched refs:ehea_adapter (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/ibm/ehea/ |
H A D | ehea.h | 259 struct ehea_adapter *adapter; 271 struct ehea_adapter *adapter; 299 struct ehea_adapter *adapter; 310 struct ehea_adapter *adapter; 379 struct ehea_adapter { struct 429 struct ehea_adapter *adapter; /* adapter that owns this port */
|
H A D | ehea_qmr.h | 356 struct ehea_eq *ehea_create_eq(struct ehea_adapter *adapter, 364 struct ehea_cq *ehea_create_cq(struct ehea_adapter *adapter, int cqe, 369 struct ehea_qp *ehea_create_qp(struct ehea_adapter *adapter, u32 pd, 374 int ehea_reg_kernel_mr(struct ehea_adapter *adapter, struct ehea_mr *mr); 376 int ehea_gen_smr(struct ehea_adapter *adapter, struct ehea_mr *old_mr, 381 u64 ehea_error_data(struct ehea_adapter *adapter, u64 res_handle,
|
H A D | ehea_qmr.c | 108 struct ehea_cq *ehea_create_cq(struct ehea_adapter *adapter, in ehea_create_cq() 229 struct ehea_eq *ehea_create_eq(struct ehea_adapter *adapter, in ehea_create_eq() 359 struct ehea_adapter *adapter, int h_call_q_selector) in ehea_qp_alloc_register() 397 struct ehea_qp *ehea_create_qp(struct ehea_adapter *adapter, in ehea_create_qp() 791 struct ehea_adapter *adapter, in ehea_reg_mr_section() 822 struct ehea_adapter *adapter, in ehea_reg_mr_sections() 840 struct ehea_adapter *adapter, in ehea_reg_mr_dir_sections() 857 int ehea_reg_kernel_mr(struct ehea_adapter *adapter, struct ehea_mr *mr) in ehea_reg_kernel_mr() 931 int ehea_gen_smr(struct ehea_adapter *adapter, struct ehea_mr *old_mr, in ehea_gen_smr() 971 u64 ehea_error_data(struct ehea_adapter *adapter, u64 res_handle, in ehea_error_data()
|
H A D | ehea_main.c | 147 struct ehea_adapter *adapter; in ehea_update_firmware_handles() 236 struct ehea_adapter *adapter; in ehea_update_bcmc_registrations() 1245 struct ehea_adapter *adapter = param; in ehea_interrupt_neq() 1443 struct ehea_adapter *adapter = port->adapter; in ehea_init_port_res() 2092 struct ehea_adapter *adapter = port->adapter; in ehea_vlan_rx_add_vid() 2130 struct ehea_adapter *adapter = port->adapter; in ehea_vlan_rx_kill_vid() 2512 struct ehea_adapter *adapter = port->adapter; in ehea_stop_qps() 2614 struct ehea_adapter *adapter = port->adapter; in ehea_restart_qps() 2717 struct ehea_adapter *adapter; in ehea_rereg_mrs() 3052 struct ehea_adapter *adapter = port->adapter; in ehea_shutdown_single_port() [all …]
|