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()
720 struct mid_q_entry **ppmidQ) in allocate_mid()
752 wait_for_response(struct TCP_Server_Info *server, struct mid_q_entry *midQ) in wait_for_response()
765 struct mid_q_entry *
770 struct mid_q_entry *mid; in cifs_setup_async_request()
804 struct mid_q_entry *mid; in cifs_call_async()
903 cifs_sync_mid_result(struct mid_q_entry *mid, struct TCP_Server_Info *server) in cifs_sync_mid_result()
941 struct mid_q_entry *mid) in send_cancel()
948 cifs_check_receive(struct mid_q_entry *mid, struct TCP_Server_Info *server, in cifs_check_receive()
978 struct mid_q_entry *
984 struct mid_q_entry *mid; in cifs_setup_request()
1002 cifs_compound_callback(struct mid_q_entry *mid) in cifs_compound_callback()
1014 cifs_compound_last_callback(struct mid_q_entry *mid) in cifs_compound_last_callback()
1021 cifs_cancelled_callback(struct mid_q_entry *mid) in cifs_cancelled_callback()
1058 struct mid_q_entry *midQ[MAX_COMPOUND]; in compound_send_recv()
1341 struct mid_q_entry *midQ; in SendReceive()
1483 struct mid_q_entry *midQ; in SendReceiveBlockingLock()
1662 __cifs_readv_discard(struct TCP_Server_Info *server, struct mid_q_entry *mid, in __cifs_readv_discard()
1675 cifs_readv_discard(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_readv_discard()
1683 cifs_readv_receive(struct TCP_Server_Info *server, struct mid_q_entry *mid) in cifs_readv_receive()