Home
last modified time | relevance | path

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

/linux-4.19.296/fs/cifs/
Dtransport.c558 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response() argument
563 midQ->mid_state != MID_REQUEST_SUBMITTED); in wait_for_response()
798 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv() local
853 midQ[i] = ses->server->ops->setup_request(ses, &rqst[i]); in compound_send_recv()
854 if (IS_ERR(midQ[i])) { in compound_send_recv()
857 cifs_delete_mid(midQ[j]); in compound_send_recv()
863 return PTR_ERR(midQ[i]); in compound_send_recv()
866 midQ[i]->mid_state = MID_REQUEST_SUBMITTED; in compound_send_recv()
872 midQ[i]->callback = cifs_noop_callback; in compound_send_recv()
879 cifs_save_when_sent(midQ[i]); in compound_send_recv()
[all …]