Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/fs/cifs/
Dtransport.c726 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response() argument
731 midQ->mid_state != MID_REQUEST_SUBMITTED); in wait_for_response()
1033 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv() local
1095 midQ[i] = server->ops->setup_request(ses, server, &rqst[i]); in compound_send_recv()
1096 if (IS_ERR(midQ[i])) { in compound_send_recv()
1099 cifs_delete_mid(midQ[j]); in compound_send_recv()
1105 return PTR_ERR(midQ[i]); in compound_send_recv()
1108 midQ[i]->mid_state = MID_REQUEST_SUBMITTED; in compound_send_recv()
1109 midQ[i]->optype = optype; in compound_send_recv()
1116 midQ[i]->callback = cifs_compound_callback; in compound_send_recv()
[all …]