Lines Matching refs:mid_q_entry

36 cifs_wake_up_task(struct mid_q_entry *mid)  in cifs_wake_up_task()
43 static struct mid_q_entry *
46 struct mid_q_entry *temp; in alloc_mid()
54 memset(temp, 0, sizeof(struct mid_q_entry)); in alloc_mid()
81 struct mid_q_entry *midEntry = in __release_mid()
82 container_of(refcount, struct mid_q_entry, refcount); in __release_mid()
159 void release_mid(struct mid_q_entry *mid) in release_mid()
169 delete_mid(struct mid_q_entry *mid) in delete_mid()
706 struct mid_q_entry **ppmidQ) in allocate_mid()
738 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response()
752 struct mid_q_entry *
757 struct mid_q_entry *mid; in cifs_setup_async_request()
791 struct mid_q_entry *mid; in cifs_call_async()
888 cifs_sync_mid_result(struct mid_q_entry *mid, struct TCP_Server_Info *server) in cifs_sync_mid_result()
926 struct mid_q_entry *mid) in send_cancel()
933 cifs_check_receive(struct mid_q_entry *mid, struct TCP_Server_Info *server, in cifs_check_receive()
963 struct mid_q_entry *
969 struct mid_q_entry *mid; in cifs_setup_request()
987 cifs_compound_callback(struct mid_q_entry *mid) in cifs_compound_callback()
1002 cifs_compound_last_callback(struct mid_q_entry *mid) in cifs_compound_last_callback()
1009 cifs_cancelled_callback(struct mid_q_entry *mid) in cifs_cancelled_callback()
1071 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv()
1353 struct mid_q_entry *midQ; in SendReceive()
1494 struct mid_q_entry *midQ; in SendReceiveBlockingLock()
1674 __cifs_readv_discard(struct TCP_Server_Info *server, struct mid_q_entry *mid, in __cifs_readv_discard()
1687 cifs_readv_discard(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_readv_discard()
1695 cifs_readv_receive(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_readv_receive()