Searched refs:cnic (Results 1 - 9 of 9) sorted by relevance

/drivers/net/ethernet/broadcom/
H A DMakefile8 obj-$(CONFIG_CNIC) += cnic.o
H A DKconfig85 will be called cnic. This is recommended.
/drivers/scsi/bnx2i/
H A Dbnx2i_init.c134 if (tmp_hba->cnic && tmp_hba->cnic->cm_select_dev) {
146 * bnx2i_find_hba_for_cnic - maps cnic device instance to bnx2i adapter instance
147 * @cnic: pointer to cnic device instance
150 struct bnx2i_hba *bnx2i_find_hba_for_cnic(struct cnic_dev *cnic) argument
156 if (hba->cnic == cnic) {
167 * bnx2i_start - cnic callback to initialize & start adapter instance
172 * This bnx2i - cnic interfac
290 bnx2i_init_one(struct bnx2i_hba *hba, struct cnic_dev *cnic) argument
[all...]
H A Dbnx2i_iscsi.c778 * @cnic: cnic device pointer
783 struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic) argument
791 shost->dma_boundary = cnic->pcidev->dma_mask;
800 hba->netdev = cnic->netdev;
802 hba->pcidev = cnic->pcidev;
1038 * Allocates buffers and BD tables before shipping requests to cnic
1549 len = sysfs_format_mac(buf, hba->cnic->mac_addr, 6);
1653 struct cnic_dev *cnic = NULL; local
1656 if (hba && hba->cnic)
1767 struct cnic_dev *cnic; local
2015 struct cnic_dev *cnic; local
[all...]
H A Dbnx2i_hwi.c688 if (hba->cnic && hba->cnic->submit_kwqes)
689 hba->cnic->submit_kwqes(hba->cnic, kwqe_arr, 1);
784 if (hba->cnic && hba->cnic->submit_kwqes)
785 rc = hba->cnic->submit_kwqes(hba->cnic, kwqe_arr, 1);
844 if (hba->cnic && hba->cnic
[all...]
H A Dbnx2i.h295 * @cnic: pointer to cnic device
300 * @cnic_dev_type: cnic device type, 5706/5708/5709/57710
349 struct cnic_dev *cnic; member in struct:bnx2i_hba
673 * @cm_sk: cnic sock struct
675 * after HBA reset is completed by bnx2i/cnic/bnx2
762 struct bnx2i_hba *bnx2i_find_hba_for_cnic(struct cnic_dev *cnic);
764 struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic);
/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c45 if (hba->cnic && hba->cnic->submit_kwqes)
46 rc = hba->cnic->submit_kwqes(hba->cnic, kwqe_arr, num_kwqes);
69 if (!hba->cnic) {
70 printk(KERN_ERR PFX "hba->cnic NULL during fcoe fw init\n");
135 if (hba->cnic && hba->cnic->submit_kwqes)
136 rc = hba->cnic->submit_kwqes(hba->cnic, kwqe_ar
[all...]
H A Dbnx2fc_fcoe.c3 * cnic modules to create FCoE instances, send/receive non-offloaded
82 static struct bnx2fc_hba *bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic);
1269 * @cnic: pointer to cnic device
1274 static struct bnx2fc_hba *bnx2fc_hba_create(struct cnic_dev *cnic) argument
1287 hba->cnic = cnic;
1293 hba->phys_dev = cnic->netdev;
1609 struct cnic_dev *cnic; local
1611 if (!hba->cnic) {
2079 bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic) argument
[all...]
H A Dbnx2fc.h168 struct cnic_dev *cnic; member in struct:bnx2fc_hba

Completed in 118 milliseconds