Lines Matching refs:dev_started
1293 eth_dev->data->dev_started = 1; in bnxt_dev_start_op()
1322 eth_dev->data->dev_started = 0; in bnxt_dev_start_op()
1372 eth_dev->data->dev_started = 0; in bnxt_dev_stop_op()
1445 if (eth_dev->data->dev_started) in bnxt_dev_close_op()
1574 if (!eth_dev->data->dev_started) in bnxt_mac_addr_add_op()
1615 if (!BNXT_SINGLE_PF(bp) && !eth_dev->data->dev_started) in bnxt_link_update_op()
1646 if (!eth_dev->data->dev_started) in bnxt_promiscuous_enable_op()
1675 if (!eth_dev->data->dev_started) in bnxt_promiscuous_disable_op()
1704 if (!eth_dev->data->dev_started) in bnxt_allmulticast_enable_op()
1733 if (!eth_dev->data->dev_started) in bnxt_allmulticast_disable_op()
2324 if (!eth_dev->data->dev_started) { in bnxt_vlan_filter_set_op()
2471 if (!dev->data->dev_started) in bnxt_vlan_offload_set_op()
2576 if (!dev->data->dev_started) in bnxt_set_default_mac_addr_op()
2786 if (eth_dev->data->dev_started && in bnxt_mtu_set_op()
3658 if (bp->eth_dev->data->dev_started) in bnxt_dev_cleanup()