Searched refs:fw_app (Results 1 – 1 of 1) sorted by relevance
301 struct hwrm_struct_data_dcbx_app *fw_app; in bnxt_hwrm_set_dcbx_app() local311 data_len = sizeof(*data) + sizeof(*fw_app) * n; in bnxt_hwrm_set_dcbx_app()326 fw_app = (struct hwrm_struct_data_dcbx_app *)(data + 1); in bnxt_hwrm_set_dcbx_app()334 for (i = 0; i < n; i++, fw_app++) { in bnxt_hwrm_set_dcbx_app()335 if (fw_app->protocol_id == cpu_to_be16(app->protocol) && in bnxt_hwrm_set_dcbx_app()336 fw_app->protocol_selector == app->selector && in bnxt_hwrm_set_dcbx_app()337 fw_app->priority == app->priority) { in bnxt_hwrm_set_dcbx_app()347 fw_app->protocol_id = cpu_to_be16(app->protocol); in bnxt_hwrm_set_dcbx_app()348 fw_app->protocol_selector = app->selector; in bnxt_hwrm_set_dcbx_app()349 fw_app->priority = app->priority; in bnxt_hwrm_set_dcbx_app()[all …]