Searched refs:ep_array (Results 1 – 5 of 5) sorted by relevance
600 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local616 ep_array = kcalloc(mtu->num_eps * 2, sizeof(*ep_array), GFP_KERNEL); in mtu3_mem_alloc()617 if (ep_array == NULL) in mtu3_mem_alloc()620 mtu->ep_array = ep_array; in mtu3_mem_alloc()621 mtu->in_eps = ep_array; in mtu3_mem_alloc()622 mtu->out_eps = &ep_array[mtu->num_eps]; in mtu3_mem_alloc()640 kfree(mtu->ep_array); in mtu3_mem_alloc()648 kfree(mtu->ep_array); in mtu3_mem_free()
334 struct mtu3_ep *ep_array; member
1018 phba->ep_array[BE_GET_CRI_FROM_CID(beiscsi_ep->ep_cid)] = NULL; in beiscsi_free_ep()1075 phba->ep_array[BE_GET_CRI_FROM_CID in beiscsi_open_conn()1317 if (!phba->ep_array[cri_index]) { in beiscsi_ep_disconnect()
303 struct iscsi_endpoint **ep_array; member
1909 ep = phba->ep_array[cri_index]; in beiscsi_process_cq()4034 phba->ep_array = kcalloc(phba->params.cxns_per_ctrl, in hba_setup_cid_tbls()4037 if (!phba->ep_array) { in hba_setup_cid_tbls()4047 kfree(phba->ep_array); in hba_setup_cid_tbls()4048 phba->ep_array = NULL; in hba_setup_cid_tbls()4185 kfree(phba->ep_array); in beiscsi_cleanup_port()