Searched refs:midQ (Results 1 – 1 of 1) sorted by relevance
704 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response() argument709 midQ->mid_state != MID_REQUEST_SUBMITTED); in wait_for_response()983 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv() local1047 midQ[i] = server->ops->setup_request(ses, &rqst[i]); in compound_send_recv()1048 if (IS_ERR(midQ[i])) { in compound_send_recv()1051 cifs_delete_mid(midQ[j]); in compound_send_recv()1057 return PTR_ERR(midQ[i]); in compound_send_recv()1060 midQ[i]->mid_state = MID_REQUEST_SUBMITTED; in compound_send_recv()1061 midQ[i]->optype = optype; in compound_send_recv()1068 midQ[i]->callback = cifs_compound_callback; in compound_send_recv()[all …]