• Home
  • Raw
  • Download

Lines Matching refs:port_res

191 				struct ehea_port_res *pr = &port->port_res[l];  in ehea_update_firmware_handles()
326 rx_packets += port->port_res[i].rx_packets; in ehea_get_stats64()
327 rx_bytes += port->port_res[i].rx_bytes; in ehea_get_stats64()
331 tx_packets += port->port_res[i].tx_packets; in ehea_get_stats64()
332 tx_bytes += port->port_res[i].tx_bytes; in ehea_get_stats64()
557 skb_record_rx_queue(skb, pr - &pr->port->port_res[0]); in ehea_fill_skb()
758 struct ehea_port_res *pr = &port->port_res[i]; in reset_sq_restart_flag()
771 struct ehea_port_res *pr = &port->port_res[i]; in check_sqs()
808 pr - &pr->port->port_res[0]); in ehea_proc_cqes()
935 qp = port->port_res[qp_token].qp; in ehea_qp_aff_irq_handler()
1287 pr = &port->port_res[i]; in ehea_reg_interrupts()
1308 u32 ist = port->port_res[i].eq->attr.ist1; in ehea_reg_interrupts()
1309 ibmebus_free_irq(ist, &port->port_res[i]); in ehea_reg_interrupts()
1329 pr = &port->port_res[i]; in ehea_free_interrupts()
1365 port->port_res[i].qp->init_attr.qp_nr; in ehea_configure_port()
1368 port->port_res[0].qp->init_attr.qp_nr; in ehea_configure_port()
1798 cb7->def_uc_qpn = enable == 1 ? port->port_res[0].qp->fw_handle : 0; in ehea_promiscuous()
2021 pr = &port->port_res[skb_get_queue_mapping(skb)]; in ehea_start_xmit()
2266 ret = ehea_init_port_res(port, &port->port_res[i], &pr_cfg, i); in ehea_port_res_setup()
2271 ret = ehea_init_port_res(port, &port->port_res[i], in ehea_port_res_setup()
2281 ehea_clean_portres(port, &port->port_res[i]); in ehea_port_res_setup()
2294 ret |= ehea_clean_portres(port, &port->port_res[i]); in ehea_clean_all_portres()
2345 ret = ehea_activate_qp(port->adapter, port->port_res[i].qp); in ehea_up()
2353 ret = ehea_fill_port_res(&port->port_res[i]); in ehea_up()
2391 napi_disable(&port->port_res[i].napi); in port_napi_disable()
2399 napi_enable(&port->port_res[i].napi); in port_napi_enable()
2491 struct ehea_port_res *pr = &port->port_res[i]; in ehea_flush_sq()
2525 struct ehea_port_res *pr = &port->port_res[i]; in ehea_stop_qps()
2625 struct ehea_port_res *pr = &port->port_res[i]; in ehea_restart_qps()