Searched defs:pending_cmd (Results 1 – 2 of 2) sorted by relevance
42 struct pending_cmd { struct43 struct list_head list;44 u16 opcode;45 int index;46 void *param;47 struct sock *sk;48 void *user_data;
254 struct gsm_control *pending_cmd;/* Our current pending command */ member