Home
last modified time | relevance | path

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

/linux-6.12.1/net/rxrpc/
Dcall_event.c335 abort_code = smp_load_acquire(&call->send_abort); in rxrpc_input_call_event()
337 rxrpc_abort_call(call, 0, call->send_abort, call->send_abort_err, in rxrpc_input_call_event()
Dsendmsg.c28 if (!call->send_abort && !rxrpc_call_is_complete(call)) { in rxrpc_propose_abort()
33 smp_store_release(&call->send_abort, abort_code); in rxrpc_propose_abort()
Dar-internal.h656 s32 send_abort; /* Abort code to be sent */ member
/linux-6.12.1/drivers/scsi/qedf/
Dqedf_io.c1488 goto send_abort; in qedf_process_warning_compl()
1494 send_abort: in qedf_process_warning_compl()
/linux-6.12.1/drivers/infiniband/hw/cxgb4/
Dcm.c702 static int send_abort(struct c4iw_ep *ep) in send_abort() function
3716 ret = send_abort(ep); in c4iw_ep_disconnect()