Lines Matching refs:mid_q_entry
36 cifs_wake_up_task(struct mid_q_entry *mid) in cifs_wake_up_task()
41 static struct mid_q_entry *
44 struct mid_q_entry *temp; in alloc_mid()
52 memset(temp, 0, sizeof(struct mid_q_entry)); in alloc_mid()
79 struct mid_q_entry *midEntry = in __release_mid()
80 container_of(refcount, struct mid_q_entry, refcount); in __release_mid()
156 void release_mid(struct mid_q_entry *mid) in release_mid()
166 delete_mid(struct mid_q_entry *mid) in delete_mid()
693 struct mid_q_entry **ppmidQ) in allocate_mid()
725 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response()
738 struct mid_q_entry *
743 struct mid_q_entry *mid; in cifs_setup_async_request()
777 struct mid_q_entry *mid; in cifs_call_async()
876 cifs_sync_mid_result(struct mid_q_entry *mid, struct TCP_Server_Info *server) in cifs_sync_mid_result()
914 struct mid_q_entry *mid) in send_cancel()
921 cifs_check_receive(struct mid_q_entry *mid, struct TCP_Server_Info *server, in cifs_check_receive()
951 struct mid_q_entry *
957 struct mid_q_entry *mid; in cifs_setup_request()
975 cifs_compound_callback(struct mid_q_entry *mid) in cifs_compound_callback()
987 cifs_compound_last_callback(struct mid_q_entry *mid) in cifs_compound_last_callback()
994 cifs_cancelled_callback(struct mid_q_entry *mid) in cifs_cancelled_callback()
1056 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv()
1339 struct mid_q_entry *midQ; in SendReceive()
1481 struct mid_q_entry *midQ; in SendReceiveBlockingLock()
1660 __cifs_readv_discard(struct TCP_Server_Info *server, struct mid_q_entry *mid, in __cifs_readv_discard()
1673 cifs_readv_discard(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_readv_discard()
1681 cifs_readv_receive(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_readv_receive()