Home
last modified time | relevance | path

Searched refs:MID_RESPONSE_READY (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/fs/smb/client/
H A Dtransport.c40 mid->mid_state = MID_RESPONSE_READY; in cifs_wake_up_task()
94 midEntry->mid_state == MID_RESPONSE_READY) && in __release_mid()
885 case MID_RESPONSE_READY: in cifs_sync_mid_result()
992 mid->mid_state = MID_RESPONSE_READY; in cifs_compound_callback()
1240 midQ[i]->mid_state != MID_RESPONSE_READY) { in compound_send_recv()
1445 midQ->mid_state != MID_RESPONSE_READY) { in SendReceive()
1630 if (out_buf == NULL || midQ->mid_state != MID_RESPONSE_READY) { in SendReceiveBlockingLock()
H A Dcifsglob.h1884 #define MID_RESPONSE_READY 0x40 /* ready for other process handle the rsp */ macro