Searched defs:hci1394_ixl_update_vars (Results 1 – 1 of 1) sorted by relevance
231 typedef struct hci1394_ixl_update_vars { struct233 hci1394_state_t *soft_statep; /* driver state struct */234 hci1394_iso_ctxt_t *ctxtp; /* current iso context */235 ixl1394_command_t *ixlnewp; /* ixl cmd containing new values */236 ixl1394_command_t *ixloldp; /* cmd to be updated with new vals */238 ixl1394_command_t *ixlxferp; /* xfer cmd which is real targ of upd */239 ixl1394_command_t *skipxferp; /* xfer cmd if mode is skip to label */265 _NOTE(SCHEME_PROTECTS_DATA("Single thread modifies", hci1394_ixl_update_vars)) argument