Home
last modified time | relevance | path

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

/openbmc/linux/fs/smb/client/
H A Dtransport.c736 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response() argument
741 midQ->mid_state != MID_REQUEST_SUBMITTED && in wait_for_response()
742 midQ->mid_state != MID_RESPONSE_RECEIVED, in wait_for_response()
1077 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv() local
1143 midQ[i] = server->ops->setup_request(ses, server, &rqst[i]); in compound_send_recv()
1144 if (IS_ERR(midQ[i])) { in compound_send_recv()
1147 delete_mid(midQ[j]); in compound_send_recv()
1153 return PTR_ERR(midQ[i]); in compound_send_recv()
1156 midQ[i]->mid_state = MID_REQUEST_SUBMITTED; in compound_send_recv()
1157 midQ[i]->optype = optype; in compound_send_recv()
[all …]