Home
last modified time | relevance | path

Searched refs:cnic_eth_dev (Results 1 – 8 of 8) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/broadcom/
Dcnic_if.h166 struct cnic_eth_dev { struct
347 extern struct cnic_eth_dev *bnx2_cnic_probe(struct net_device *dev);
348 extern struct cnic_eth_dev *bnx2x_cnic_probe(struct net_device *dev);
Dcnic.c187 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_ctx_wr()
201 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_ctx_tbl_wr()
214 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_ring_ctl()
231 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_reg_wr_ind()
244 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_reg_rd_ind()
257 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_ulp_ctl()
277 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_spq_completion()
1190 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_alloc_bnx2x_resc()
1579 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_get_bnx2x_ctx()
4316 struct cnic_eth_dev *ethdev = cp->ethdev; in cnic_free_irq()
[all …]
Dcnic.h232 struct cnic_eth_dev *ethdev;
Dbnx2.c352 struct cnic_eth_dev *cp = &bp->cnic_eth_dev; in bnx2_setup_cnic_irq_info()
381 struct cnic_eth_dev *cp = &bp->cnic_eth_dev; in bnx2_register_cnic()
407 struct cnic_eth_dev *cp = &bp->cnic_eth_dev; in bnx2_unregister_cnic()
418 struct cnic_eth_dev *bnx2_cnic_probe(struct net_device *dev) in bnx2_cnic_probe()
421 struct cnic_eth_dev *cp = &bp->cnic_eth_dev; in bnx2_cnic_probe()
7231 if (bp->cnic_eth_dev.drv_state & CNIC_DRV_STATE_REGD) in bnx2_change_ring_size()
8335 bp->cnic_eth_dev.max_iscsi_conn = in bnx2_init_board()
Dbnx2.h6944 struct cnic_eth_dev cnic_eth_dev; member
/linux-3.4.99/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c3039 memcpy(iscsi_stat->mac_local, bp->cnic_eth_dev.iscsi_mac, ETH_ALEN); in bnx2x_drv_info_iscsi_stat()
4446 if (!bp->cnic_eth_dev.starting_cid || in bnx2x_cnic_handle_cfc_del()
4447 (cid < bp->cnic_eth_dev.starting_cid && in bnx2x_cnic_handle_cfc_del()
4448 cid != bp->cnic_eth_dev.iscsi_l2_cid)) in bnx2x_cnic_handle_cfc_del()
7094 bp->cnic_eth_dev.addr_drv_info_to_mcp = &bp->slowpath->drv_info_to_mcp; in bnx2x_alloc_mem()
9791 bp->cnic_eth_dev.max_iscsi_conn = in bnx2x_get_iscsi_info()
9796 bp->cnic_eth_dev.max_iscsi_conn); in bnx2x_get_iscsi_info()
9802 if (!bp->cnic_eth_dev.max_iscsi_conn) in bnx2x_get_iscsi_info()
9813 bp->cnic_eth_dev.fcoe_wwn_port_name_hi = in bnx2x_get_ext_wwn_info()
9815 bp->cnic_eth_dev.fcoe_wwn_port_name_lo = in bnx2x_get_ext_wwn_info()
[all …]
Dbnx2x.h1441 struct cnic_eth_dev cnic_eth_dev; member
Dbnx2x_cmn.c3510 struct cnic_eth_dev *cp = &bp->cnic_eth_dev; in bnx2x_fcoe_get_wwn()