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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/bnx2i/
H A Dbnx2i_init.c113 if (tmp_hba->cnic && tmp_hba->cnic->cm_select_dev) {
125 * bnx2i_find_hba_for_cnic - maps cnic device instance to bnx2i adapter instance
126 * @cnic: pointer to cnic device instance
129 struct bnx2i_hba *bnx2i_find_hba_for_cnic(struct cnic_dev *cnic) argument
135 if (hba->cnic == cnic) {
146 * bnx2i_start - cnic callback to initialize & start adapter instance
151 * This bnx2i - cnic interfac
315 bnx2i_init_one(struct bnx2i_hba *hba, struct cnic_dev *cnic) argument
[all...]
H A Dbnx2i_iscsi.c768 * @cnic: cnic device pointer
773 struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic) argument
781 shost->dma_boundary = cnic->pcidev->dma_mask;
790 hba->netdev = cnic->netdev;
792 hba->pcidev = cnic->pcidev;
1028 * Allocates buffers and BD tables before shipping requests to cnic
1498 len = sysfs_format_mac(buf, hba->cnic->mac_addr, 6);
1602 struct cnic_dev *cnic = NULL; local
1607 if (hba && hba->cnic)
1708 struct cnic_dev *cnic; local
1944 struct cnic_dev *cnic; local
[all...]
H A Dbnx2i_hwi.c623 if (hba->cnic && hba->cnic->submit_kwqes)
624 hba->cnic->submit_kwqes(hba->cnic, kwqe_arr, 1);
718 if (hba->cnic && hba->cnic->submit_kwqes)
719 hba->cnic->submit_kwqes(hba->cnic, kwqe_arr, 1);
775 if (hba->cnic && hba->cnic
[all...]
H A Dbnx2i.h282 * @cnic: pointer to cnic device
287 * @cnic_dev_type: cnic device type, 5706/5708/5709/57710
336 struct cnic_dev *cnic; member in struct:bnx2i_hba
660 * @cm_sk: cnic sock struct
662 * after HBA reset is completed by bnx2i/cnic/bnx2
736 struct bnx2i_hba *bnx2i_find_hba_for_cnic(struct cnic_dev *cnic);
738 struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A DMakefile86 obj-$(CONFIG_CNIC) += cnic.o

Completed in 29 milliseconds