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