Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/scsi/bnx2i/
H A Dbnx2i_init.c76 * @dev: Corresponding cnic device
119 if (tmp_hba->cnic && tmp_hba->cnic->cm_select_dev) { in get_adapter_list_head()
131 * bnx2i_find_hba_for_cnic - maps cnic device instance to bnx2i adapter instance
132 * @cnic: pointer to cnic device instance
135 struct bnx2i_hba *bnx2i_find_hba_for_cnic(struct cnic_dev *cnic) in bnx2i_find_hba_for_cnic() argument
141 if (hba->cnic == cnic) { in bnx2i_find_hba_for_cnic()
152 * bnx2i_start - cnic callbac
273 bnx2i_init_one(struct bnx2i_hba *hba, struct cnic_dev *cnic) bnx2i_init_one() argument
[all...]
H A Dbnx2i_iscsi.c779 * @cnic: cnic device pointer
784 struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic) in bnx2i_alloc_hba() argument
792 shost->dma_boundary = cnic->pcidev->dma_mask; in bnx2i_alloc_hba()
801 hba->netdev = cnic->netdev; in bnx2i_alloc_hba()
803 hba->pcidev = cnic->pcidev; in bnx2i_alloc_hba()
812 bnx2i_identify_device(hba, cnic); in bnx2i_alloc_hba()
1044 * Allocates buffers and BD tables before shipping requests to cnic
1571 len = sysfs_format_mac(buf, hba->cnic->mac_addr, 6); in bnx2i_host_get_param()
1673 struct cnic_dev *cnic in bnx2i_check_route() local
1785 struct cnic_dev *cnic; bnx2i_ep_connect() local
2032 struct cnic_dev *cnic; bnx2i_hw_ep_disconnect() local
[all...]
H A Dbnx2i_hwi.c674 if (hba->cnic && hba->cnic->submit_kwqes) in bnx2i_update_iscsi_conn()
675 hba->cnic->submit_kwqes(hba->cnic, kwqe_arr, 1); in bnx2i_update_iscsi_conn()
771 if (hba->cnic && hba->cnic->submit_kwqes) in bnx2i_send_conn_destroy()
772 rc = hba->cnic->submit_kwqes(hba->cnic, kwqe_arr, 1); in bnx2i_send_conn_destroy()
831 if (hba->cnic && hba->cnic in bnx2i_570x_send_conn_ofld_req()
[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
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);
/kernel/linux/linux-6.6/drivers/scsi/bnx2i/
H A Dbnx2i_init.c76 * @dev: Corresponding cnic device
119 if (tmp_hba->cnic && tmp_hba->cnic->cm_select_dev) { in get_adapter_list_head()
131 * bnx2i_find_hba_for_cnic - maps cnic device instance to bnx2i adapter instance
132 * @cnic: pointer to cnic device instance
135 struct bnx2i_hba *bnx2i_find_hba_for_cnic(struct cnic_dev *cnic) in bnx2i_find_hba_for_cnic() argument
141 if (hba->cnic == cnic) { in bnx2i_find_hba_for_cnic()
152 * bnx2i_start - cnic callbac
273 bnx2i_init_one(struct bnx2i_hba *hba, struct cnic_dev *cnic) bnx2i_init_one() argument
[all...]
H A Dbnx2i_iscsi.c779 * @cnic: cnic device pointer
784 struct bnx2i_hba *bnx2i_alloc_hba(struct cnic_dev *cnic) in bnx2i_alloc_hba() argument
792 shost->dma_boundary = cnic->pcidev->dma_mask; in bnx2i_alloc_hba()
801 hba->netdev = cnic->netdev; in bnx2i_alloc_hba()
803 hba->pcidev = cnic->pcidev; in bnx2i_alloc_hba()
812 bnx2i_identify_device(hba, cnic); in bnx2i_alloc_hba()
1044 * Allocates buffers and BD tables before shipping requests to cnic
1571 len = sysfs_format_mac(buf, hba->cnic->mac_addr, 6); in bnx2i_host_get_param()
1673 struct cnic_dev *cnic in bnx2i_check_route() local
1785 struct cnic_dev *cnic; bnx2i_ep_connect() local
2032 struct cnic_dev *cnic; bnx2i_hw_ep_disconnect() local
[all...]
H A Dbnx2i_hwi.c674 if (hba->cnic && hba->cnic->submit_kwqes) in bnx2i_update_iscsi_conn()
675 hba->cnic->submit_kwqes(hba->cnic, kwqe_arr, 1); in bnx2i_update_iscsi_conn()
771 if (hba->cnic && hba->cnic->submit_kwqes) in bnx2i_send_conn_destroy()
772 rc = hba->cnic->submit_kwqes(hba->cnic, kwqe_arr, 1); in bnx2i_send_conn_destroy()
831 if (hba->cnic && hba->cnic in bnx2i_570x_send_conn_ofld_req()
[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
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);
/kernel/linux/linux-5.10/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c47 if (hba->cnic && hba->cnic->submit_kwqes) in bnx2fc_send_stat_req()
48 rc = hba->cnic->submit_kwqes(hba->cnic, kwqe_arr, num_kwqes); in bnx2fc_send_stat_req()
71 if (!hba->cnic) { in bnx2fc_send_fw_fcoe_init_msg()
72 printk(KERN_ERR PFX "hba->cnic NULL during fcoe fw init\n"); in bnx2fc_send_fw_fcoe_init_msg()
141 if (hba->cnic && hba->cnic->submit_kwqes) in bnx2fc_send_fw_fcoe_init_msg()
142 rc = hba->cnic->submit_kwqes(hba->cnic, kwqe_ar in bnx2fc_send_fw_fcoe_init_msg()
[all...]
H A Dbnx2fc_fcoe.c3 * cnic modules to create FCoE instances, send/receive non-offloaded
89 static struct bnx2fc_hba *bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic);
1356 * @cnic: pointer to cnic device
1361 static struct bnx2fc_hba *bnx2fc_hba_create(struct cnic_dev *cnic) in bnx2fc_hba_create() argument
1376 hba->cnic = cnic; in bnx2fc_hba_create()
1378 hba->max_tasks = cnic->max_fcoe_exchanges; in bnx2fc_hba_create()
1388 hba->phys_dev = cnic->netdev; in bnx2fc_hba_create()
1731 struct cnic_dev *cnic; in bnx2fc_bind_pcidev() local
1797 struct cnic_dev *cnic; bnx2fc_ulp_get_stats() local
2477 bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic) bnx2fc_find_hba_for_cnic() argument
[all...]
H A Dbnx2fc.h188 struct cnic_dev *cnic; member
/kernel/linux/linux-6.6/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c47 if (hba->cnic && hba->cnic->submit_kwqes) in bnx2fc_send_stat_req()
48 rc = hba->cnic->submit_kwqes(hba->cnic, kwqe_arr, num_kwqes); in bnx2fc_send_stat_req()
71 if (!hba->cnic) { in bnx2fc_send_fw_fcoe_init_msg()
72 printk(KERN_ERR PFX "hba->cnic NULL during fcoe fw init\n"); in bnx2fc_send_fw_fcoe_init_msg()
141 if (hba->cnic && hba->cnic->submit_kwqes) in bnx2fc_send_fw_fcoe_init_msg()
142 rc = hba->cnic->submit_kwqes(hba->cnic, kwqe_ar in bnx2fc_send_fw_fcoe_init_msg()
[all...]
H A Dbnx2fc_fcoe.c3 * cnic modules to create FCoE instances, send/receive non-offloaded
91 static struct bnx2fc_hba *bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic);
1348 * @cnic: pointer to cnic device
1353 static struct bnx2fc_hba *bnx2fc_hba_create(struct cnic_dev *cnic) in bnx2fc_hba_create() argument
1368 hba->cnic = cnic; in bnx2fc_hba_create()
1370 hba->max_tasks = cnic->max_fcoe_exchanges; in bnx2fc_hba_create()
1380 hba->phys_dev = cnic->netdev; in bnx2fc_hba_create()
1723 struct cnic_dev *cnic; in bnx2fc_bind_pcidev() local
1789 struct cnic_dev *cnic; bnx2fc_ulp_get_stats() local
2469 bnx2fc_find_hba_for_cnic(struct cnic_dev *cnic) bnx2fc_find_hba_for_cnic() argument
[all...]
H A Dbnx2fc.h185 struct cnic_dev *cnic; member

Completed in 22 milliseconds