Searched defs:cnic (Results 1 - 5 of 5) sorted by relevance

/drivers/scsi/bnx2i/
H A Dbnx2i_init.c84 * @cnic: Corresponding cnic device
127 if (tmp_hba->cnic && tmp_hba->cnic->cm_select_dev) {
139 * bnx2i_find_hba_for_cnic - maps cnic device instance to bnx2i adapter instance
140 * @cnic: pointer to cnic device instance
143 struct bnx2i_hba *bnx2i_find_hba_for_cnic(struct cnic_dev *cnic) argument
149 if (hba->cnic == cnic) {
281 bnx2i_init_one(struct bnx2i_hba *hba, struct cnic_dev *cnic) argument
[all...]
H A Dbnx2i_iscsi.c781 * @cnic: cnic device pointer
786 struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic) argument
794 shost->dma_boundary = cnic->pcidev->dma_mask;
803 hba->netdev = cnic->netdev;
805 hba->pcidev = cnic->pcidev;
814 bnx2i_identify_device(hba, cnic);
1046 * Allocates buffers and BD tables before shipping requests to cnic
1563 len = sysfs_format_mac(buf, hba->cnic->mac_addr, 6);
1666 struct cnic_dev *cnic local
1780 struct cnic_dev *cnic; local
2028 struct cnic_dev *cnic; local
[all...]
H A Dbnx2i.h345 * @cnic: pointer to cnic device
350 * @cnic_dev_type: cnic device type, 5706/5708/5709/57710
401 struct cnic_dev *cnic; member in struct:bnx2i_hba
732 * @cm_sk: cnic sock struct
734 * after HBA reset is completed by bnx2i/cnic/bnx2
823 struct bnx2i_hba *bnx2i_find_hba_for_cnic(struct cnic_dev *cnic);
825 struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic);
/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c3 * cnic modules to create FCoE instances, send/receive non-offloaded
88 static struct bnx2fc_hba *bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic);
1288 * @cnic: pointer to cnic device
1293 static struct bnx2fc_hba *bnx2fc_hba_create(struct cnic_dev *cnic) argument
1307 hba->cnic = cnic;
1309 hba->max_tasks = cnic->max_fcoe_exchanges;
1319 hba->phys_dev = cnic->netdev;
1663 struct cnic_dev *cnic; local
1729 struct cnic_dev *cnic; local
2320 bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic) argument
[all...]
H A Dbnx2fc.h186 struct cnic_dev *cnic; member in struct:bnx2fc_hba

Completed in 81 milliseconds