Home
last modified time | relevance | path

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

/linux/drivers/target/iscsi/cxgbit/
H A Dcxgbit_cm.c462 np->np_context = cnp; in cxgbit_setup_np()
478 struct cxgbit_np *cnp = np->np_context; in cxgbit_accept_np()
602 struct cxgbit_np *cnp = np->np_context; in cxgbit_free_np()
618 np->np_context = NULL; in cxgbit_free_np()
/linux/drivers/infiniband/ulp/isert/
H A Dib_isert.c2299 np->np_context = isert_np; in isert_setup_np()
2390 struct isert_np *isert_np = np->np_context; in isert_accept_np()
2436 struct isert_np *isert_np = np->np_context; in isert_free_np()
2479 np->np_context = NULL; in isert_free_np()
/linux/include/target/iscsi/
H A Discsi_target_core.h801 void *np_context; member