Home
last modified time | relevance | path

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

/Linux-v4.19/fs/cifs/
Dtransport.c549 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response() argument
554 midQ->mid_state != MID_REQUEST_SUBMITTED); in wait_for_response()
788 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv() local
824 midQ[i] = ses->server->ops->setup_request(ses, &rqst[i]); in compound_send_recv()
825 if (IS_ERR(midQ[i])) { in compound_send_recv()
827 cifs_delete_mid(midQ[j]); in compound_send_recv()
831 return PTR_ERR(midQ[i]); in compound_send_recv()
834 midQ[i]->mid_state = MID_REQUEST_SUBMITTED; in compound_send_recv()
840 midQ[i]->callback = cifs_noop_callback; in compound_send_recv()
847 cifs_save_when_sent(midQ[i]); in compound_send_recv()
[all …]