Searched defs:bcm_iov_cmd_info (Results 1 – 1 of 1) sorted by relevance
173 struct bcm_iov_cmd_info { struct174 bcm_iov_cmd_id_t cmd; /* the (sub)command - module specific */175 bcm_iov_cmd_flags_t flags; /* checked by bcmiov but set by module */176 bcm_iov_cmd_mflags_t mflags; /* owned and checked by module */177 bcm_xtlv_opts_t xtlv_opts;178 bcm_iov_cmd_validate_t validate_h; /* command validation handler */179 bcm_iov_cmd_get_t get_h;180 bcm_iov_cmd_set_t set_h;181 uint16 xtlvs_off; /* offset to beginning of xtlvs in cmd data */182 uint16 min_len_set;[all …]