Home
last modified time | relevance | path

Searched refs:ep_array (Results 1 – 5 of 5) sorted by relevance

/drivers/usb/mtu3/
Dmtu3_core.c600 struct mtu3_ep *ep_array; in mtu3_mem_alloc() local
616 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()
Dmtu3.h334 struct mtu3_ep *ep_array; member
/drivers/scsi/be2iscsi/
Dbe_iscsi.c1018 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()
Dbe_main.h303 struct iscsi_endpoint **ep_array; member
Dbe_main.c1909 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()