Searched refs:fw_app (Results 1 – 1 of 1) sorted by relevance
320 struct hwrm_struct_data_dcbx_app *fw_app; in bnxt_hwrm_get_dcbx_app() local332 data_len = sizeof(*data) + sizeof(*fw_app) * n; in bnxt_hwrm_get_dcbx_app()346 fw_app = (struct hwrm_struct_data_dcbx_app *)(data + 1); in bnxt_hwrm_get_dcbx_app()354 for (i = 0; i < n && *num_inputs < nitems; i++, fw_app++) { in bnxt_hwrm_get_dcbx_app()355 app[*num_inputs].priority = fw_app->priority; in bnxt_hwrm_get_dcbx_app()356 app[*num_inputs].protocol = htobe16(fw_app->protocol_id); in bnxt_hwrm_get_dcbx_app()357 app[*num_inputs].selector = fw_app->protocol_selector; in bnxt_hwrm_get_dcbx_app()372 struct hwrm_struct_data_dcbx_app *fw_app; in bnxt_hwrm_set_dcbx_app() local384 data_len = sizeof(*data) + sizeof(*fw_app) * n; in bnxt_hwrm_set_dcbx_app()398 fw_app = (struct hwrm_struct_data_dcbx_app *)(data + 1); in bnxt_hwrm_set_dcbx_app()[all …]