Lines Matching refs:port_res

204 				struct ehea_port_res *pr = &port->port_res[l];  in ehea_update_firmware_handles()
339 rx_packets += port->port_res[i].rx_packets; in ehea_get_stats64()
340 rx_bytes += port->port_res[i].rx_bytes; in ehea_get_stats64()
344 tx_packets += port->port_res[i].tx_packets; in ehea_get_stats64()
345 tx_bytes += port->port_res[i].tx_bytes; in ehea_get_stats64()
571 skb_record_rx_queue(skb, pr - &pr->port->port_res[0]); in ehea_fill_skb()
772 struct ehea_port_res *pr = &port->port_res[i]; in reset_sq_restart_flag()
785 struct ehea_port_res *pr = &port->port_res[i]; in check_sqs()
823 pr - &pr->port->port_res[0]); in ehea_proc_cqes()
932 napi_schedule(&port->port_res[i].napi); in ehea_netpoll()
961 qp = port->port_res[qp_token].qp; in ehea_qp_aff_irq_handler()
1314 pr = &port->port_res[i]; in ehea_reg_interrupts()
1335 u32 ist = port->port_res[i].eq->attr.ist1; in ehea_reg_interrupts()
1336 ibmebus_free_irq(ist, &port->port_res[i]); in ehea_reg_interrupts()
1356 pr = &port->port_res[i]; in ehea_free_interrupts()
1392 port->port_res[i].qp->init_attr.qp_nr; in ehea_configure_port()
1395 port->port_res[0].qp->init_attr.qp_nr; in ehea_configure_port()
1829 cb7->def_uc_qpn = enable == 1 ? port->port_res[0].qp->fw_handle : 0; in ehea_promiscuous()
2060 pr = &port->port_res[skb_get_queue_mapping(skb)]; in ehea_start_xmit()
2305 ret = ehea_init_port_res(port, &port->port_res[i], &pr_cfg, i); in ehea_port_res_setup()
2310 ret = ehea_init_port_res(port, &port->port_res[i], in ehea_port_res_setup()
2320 ehea_clean_portres(port, &port->port_res[i]); in ehea_port_res_setup()
2333 ret |= ehea_clean_portres(port, &port->port_res[i]); in ehea_clean_all_portres()
2384 ret = ehea_activate_qp(port->adapter, port->port_res[i].qp); in ehea_up()
2392 ret = ehea_fill_port_res(&port->port_res[i]); in ehea_up()
2430 napi_disable(&port->port_res[i].napi); in port_napi_disable()
2438 napi_enable(&port->port_res[i].napi); in port_napi_enable()
2528 struct ehea_port_res *pr = &port->port_res[i]; in ehea_flush_sq()
2562 struct ehea_port_res *pr = &port->port_res[i]; in ehea_stop_qps()
2664 struct ehea_port_res *pr = &port->port_res[i]; in ehea_restart_qps()