Home
last modified time | relevance | path

Searched refs:bnx2i_ep (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/scsi/bnx2i/
Dbnx2i_iscsi.c384 struct bnx2i_endpoint *bnx2i_ep; in bnx2i_alloc_ep() local
387 ep = iscsi_create_endpoint(sizeof(*bnx2i_ep)); in bnx2i_alloc_ep()
393 bnx2i_ep = ep->dd_data; in bnx2i_alloc_ep()
394 bnx2i_ep->cls_ep = ep; in bnx2i_alloc_ep()
395 INIT_LIST_HEAD(&bnx2i_ep->link); in bnx2i_alloc_ep()
396 bnx2i_ep->state = EP_STATE_IDLE; in bnx2i_alloc_ep()
397 bnx2i_ep->ep_iscsi_cid = (u16) -1; in bnx2i_alloc_ep()
398 bnx2i_ep->hba = hba; in bnx2i_alloc_ep()
399 bnx2i_ep->hba_age = hba->age; in bnx2i_alloc_ep()
403 bnx2i_ep->ec_shift += 1; in bnx2i_alloc_ep()
[all …]
Dbnx2i_init.c190 struct bnx2i_endpoint *bnx2i_ep; in bnx2i_chip_cleanup() local
203 bnx2i_ep = list_entry(pos, struct bnx2i_endpoint, link); in bnx2i_chip_cleanup()
205 bnx2i_hw_ep_disconnect(bnx2i_ep); in bnx2i_chip_cleanup()
206 bnx2i_ep->cm_sk = NULL; in bnx2i_chip_cleanup()
Dbnx2i.h870 extern int bnx2i_hw_ep_disconnect(struct bnx2i_endpoint *bnx2i_ep);