Searched defs:parser_opts (Results 1 - 1 of 1) sorted by path

/drivers/usb/gadget/function/
H A Df_ncm.c62 const struct ndp_parser_opts *parser_opts; member in struct:f_ncm
460 ncm->parser_opts = &ndp16_opts;
697 format = (ncm->parser_opts == &ndp16_opts) ? 0x0000 : 0x0001;
711 ncm->parser_opts = &ndp16_opts;
715 ncm->parser_opts = &ndp32_opts;
759 ncm->ndp_sign = ncm->parser_opts->ndp_sign | ndp_hdr_crc;
900 const struct ndp_parser_opts *opts = ncm->parser_opts;
963 const struct ndp_parser_opts *opts = ncm->parser_opts;
1141 const struct ndp_parser_opts *opts = ncm->parser_opts;

Completed in 39 milliseconds