Lines Matching refs:port_res

190 				struct ehea_port_res *pr = &port->port_res[l];  in ehea_update_firmware_handles()
325 rx_packets += port->port_res[i].rx_packets; in ehea_get_stats64()
326 rx_bytes += port->port_res[i].rx_bytes; in ehea_get_stats64()
330 tx_packets += port->port_res[i].tx_packets; in ehea_get_stats64()
331 tx_bytes += port->port_res[i].tx_bytes; in ehea_get_stats64()
556 skb_record_rx_queue(skb, pr - &pr->port->port_res[0]); in ehea_fill_skb()
757 struct ehea_port_res *pr = &port->port_res[i]; in reset_sq_restart_flag()
770 struct ehea_port_res *pr = &port->port_res[i]; in check_sqs()
807 pr - &pr->port->port_res[0]); in ehea_proc_cqes()
934 qp = port->port_res[qp_token].qp; in ehea_qp_aff_irq_handler()
1286 pr = &port->port_res[i]; in ehea_reg_interrupts()
1307 u32 ist = port->port_res[i].eq->attr.ist1; in ehea_reg_interrupts()
1308 ibmebus_free_irq(ist, &port->port_res[i]); in ehea_reg_interrupts()
1328 pr = &port->port_res[i]; in ehea_free_interrupts()
1364 port->port_res[i].qp->init_attr.qp_nr; in ehea_configure_port()
1367 port->port_res[0].qp->init_attr.qp_nr; in ehea_configure_port()
1797 cb7->def_uc_qpn = enable == 1 ? port->port_res[0].qp->fw_handle : 0; in ehea_promiscuous()
2020 pr = &port->port_res[skb_get_queue_mapping(skb)]; in ehea_start_xmit()
2265 ret = ehea_init_port_res(port, &port->port_res[i], &pr_cfg, i); in ehea_port_res_setup()
2270 ret = ehea_init_port_res(port, &port->port_res[i], in ehea_port_res_setup()
2280 ehea_clean_portres(port, &port->port_res[i]); in ehea_port_res_setup()
2293 ret |= ehea_clean_portres(port, &port->port_res[i]); in ehea_clean_all_portres()
2344 ret = ehea_activate_qp(port->adapter, port->port_res[i].qp); in ehea_up()
2352 ret = ehea_fill_port_res(&port->port_res[i]); in ehea_up()
2390 napi_disable(&port->port_res[i].napi); in port_napi_disable()
2398 napi_enable(&port->port_res[i].napi); in port_napi_enable()
2490 struct ehea_port_res *pr = &port->port_res[i]; in ehea_flush_sq()
2524 struct ehea_port_res *pr = &port->port_res[i]; in ehea_stop_qps()
2626 struct ehea_port_res *pr = &port->port_res[i]; in ehea_restart_qps()