Searched refs:fw_app (Results 1 – 1 of 1) sorted by relevance
319 struct hwrm_struct_data_dcbx_app *fw_app; in bnxt_hwrm_get_dcbx_app() local331 data_len = sizeof(*data) + sizeof(*fw_app) * n; in bnxt_hwrm_get_dcbx_app()345 fw_app = (struct hwrm_struct_data_dcbx_app *)(data + 1); in bnxt_hwrm_get_dcbx_app()353 for (i = 0; i < n; i++, fw_app++) { in bnxt_hwrm_get_dcbx_app()354 app[*num_inputs].priority = fw_app->priority; in bnxt_hwrm_get_dcbx_app()355 app[*num_inputs].protocol = htobe16(fw_app->protocol_id); in bnxt_hwrm_get_dcbx_app()356 app[*num_inputs].selector = fw_app->protocol_selector; in bnxt_hwrm_get_dcbx_app()371 struct hwrm_struct_data_dcbx_app *fw_app; in bnxt_hwrm_set_dcbx_app() local383 data_len = sizeof(*data) + sizeof(*fw_app) * n; in bnxt_hwrm_set_dcbx_app()397 fw_app = (struct hwrm_struct_data_dcbx_app *)(data + 1); in bnxt_hwrm_set_dcbx_app()[all …]