Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/infiniband/ulp/isert/
H A Dib_isert.c2285 np->np_context = isert_np; in isert_setup_np()
2376 struct isert_np *isert_np = np->np_context; in isert_accept_np()
2422 struct isert_np *isert_np = np->np_context; in isert_free_np()
2459 np->np_context = NULL; in isert_free_np()
/OK3568_Linux_fs/kernel/include/target/iscsi/
H A Discsi_target_core.h794 void *np_context; member