Searched defs:mid_q_entry (Results 1 – 1 of 1) sorted by relevance
1708 struct mid_q_entry { struct1709 struct list_head qhead; /* mids waiting on reply from this server */1710 refcount_t refcount;1711 __u64 mid; /* multiplex id */1712 __u16 credits; /* number of credits consumed by this mid */1713 __u16 credits_received; /* number of credits from the response */1714 __u32 pid; /* process id */1715 __u32 sequence_number; /* for CIFS signing */1716 unsigned int sr_flags; /* Flags passed to send_recv() */1717 unsigned long when_alloc; /* when mid was created */[all …]