Lines Matching refs:port_res

194 				struct ehea_port_res *pr = &port->port_res[l];  in ehea_update_firmware_handles()
329 rx_packets += port->port_res[i].rx_packets; in ehea_get_stats64()
330 rx_bytes += port->port_res[i].rx_bytes; in ehea_get_stats64()
334 tx_packets += port->port_res[i].tx_packets; in ehea_get_stats64()
335 tx_bytes += port->port_res[i].tx_bytes; in ehea_get_stats64()
560 skb_record_rx_queue(skb, pr - &pr->port->port_res[0]); in ehea_fill_skb()
761 struct ehea_port_res *pr = &port->port_res[i]; in reset_sq_restart_flag()
774 struct ehea_port_res *pr = &port->port_res[i]; in check_sqs()
811 pr - &pr->port->port_res[0]); in ehea_proc_cqes()
938 qp = port->port_res[qp_token].qp; in ehea_qp_aff_irq_handler()
1290 pr = &port->port_res[i]; in ehea_reg_interrupts()
1311 u32 ist = port->port_res[i].eq->attr.ist1; in ehea_reg_interrupts()
1312 ibmebus_free_irq(ist, &port->port_res[i]); in ehea_reg_interrupts()
1332 pr = &port->port_res[i]; in ehea_free_interrupts()
1368 port->port_res[i].qp->init_attr.qp_nr; in ehea_configure_port()
1371 port->port_res[0].qp->init_attr.qp_nr; in ehea_configure_port()
1801 cb7->def_uc_qpn = enable == 1 ? port->port_res[0].qp->fw_handle : 0; in ehea_promiscuous()
2024 pr = &port->port_res[skb_get_queue_mapping(skb)]; in ehea_start_xmit()
2269 ret = ehea_init_port_res(port, &port->port_res[i], &pr_cfg, i); in ehea_port_res_setup()
2274 ret = ehea_init_port_res(port, &port->port_res[i], in ehea_port_res_setup()
2284 ehea_clean_portres(port, &port->port_res[i]); in ehea_port_res_setup()
2297 ret |= ehea_clean_portres(port, &port->port_res[i]); in ehea_clean_all_portres()
2348 ret = ehea_activate_qp(port->adapter, port->port_res[i].qp); in ehea_up()
2356 ret = ehea_fill_port_res(&port->port_res[i]); in ehea_up()
2394 napi_disable(&port->port_res[i].napi); in port_napi_disable()
2402 napi_enable(&port->port_res[i].napi); in port_napi_enable()
2494 struct ehea_port_res *pr = &port->port_res[i]; in ehea_flush_sq()
2528 struct ehea_port_res *pr = &port->port_res[i]; in ehea_stop_qps()
2628 struct ehea_port_res *pr = &port->port_res[i]; in ehea_restart_qps()