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()
160 delete_mid(struct mid_q_entry *mid) in delete_mid()
704 struct mid_q_entry **ppmidQ) in allocate_mid()
736 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response()
750 struct mid_q_entry *
755 struct mid_q_entry *mid; in cifs_setup_async_request()
789 struct mid_q_entry *mid; in cifs_call_async()
886 cifs_sync_mid_result(struct mid_q_entry *mid, struct TCP_Server_Info *server) in cifs_sync_mid_result()
924 struct mid_q_entry *mid) in send_cancel()
931 cifs_check_receive(struct mid_q_entry *mid, struct TCP_Server_Info *server, in cifs_check_receive()
961 struct mid_q_entry *
967 struct mid_q_entry *mid; in cifs_setup_request()
985 cifs_compound_callback(struct mid_q_entry *mid) in cifs_compound_callback()
1000 cifs_compound_last_callback(struct mid_q_entry *mid) in cifs_compound_last_callback()
1007 cifs_cancelled_callback(struct mid_q_entry *mid) in cifs_cancelled_callback()
1072 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv()
1354 struct mid_q_entry *midQ; in SendReceive()
1495 struct mid_q_entry *midQ; in SendReceiveBlockingLock()
1675 __cifs_readv_discard(struct TCP_Server_Info *server, struct mid_q_entry *mid, in __cifs_readv_discard()
1688 cifs_readv_discard(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_readv_discard()
1696 cifs_readv_receive(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_readv_receive()