Home
last modified time | relevance | path

Searched defs:context_ptr (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/infiniband/core/
Duverbs_main.c445 void ib_uverbs_cq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_cq_event_handler()
450 void ib_uverbs_qp_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_qp_event_handler()
459 void ib_uverbs_wq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_wq_event_handler()
464 void ib_uverbs_srq_event_handler(struct ib_event *event, void *context_ptr) in ib_uverbs_srq_event_handler()
/linux-6.12.1/drivers/md/
Ddm-io.c177 void *context_ptr; member
/linux-6.12.1/drivers/infiniband/ulp/srp/
Dib_srp.c1280 static bool srp_terminate_cmd(struct scsi_cmnd *scmnd, void *context_ptr) in srp_terminate_cmd()