Lines Matching defs:mid_q_entry
736 struct mid_q_entry { struct
737 struct list_head qhead; /* mids waiting on reply from this server */
738 __u64 mid; /* multiplex id */
739 __u32 pid; /* process id */
740 __u32 sequence_number; /* for CIFS signing */
741 unsigned long when_alloc; /* when mid was created */
743 unsigned long when_sent; /* time when smb send finished */
744 unsigned long when_received; /* when demux complete (taken off wire) */
746 mid_receive_t *receive; /* call receive callback */
747 mid_callback_t *callback; /* call completion callback */
748 void *callback_data; /* general purpose pointer for callback */
749 void *resp_buf; /* pointer to received SMB header */
750 int mid_state; /* wish this were enum but can not pass to wait_event */
751 __le16 command; /* smb command code */
752 bool large_buf:1; /* if valid response, is pointer to large buf */
753 bool multiRsp:1; /* multiple trans2 responses for one request */
754 bool multiEnd:1; /* both received */