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() local335 data_len = sizeof(*data) + sizeof(*fw_app) * n; in bnxt_hwrm_get_dcbx_app()349 fw_app = (struct hwrm_struct_data_dcbx_app *)(data + 1); in bnxt_hwrm_get_dcbx_app()357 for (i = 0; i < n && *num_inputs < nitems; i++, fw_app++) { in bnxt_hwrm_get_dcbx_app()358 app[*num_inputs].priority = fw_app->priority; in bnxt_hwrm_get_dcbx_app()359 app[*num_inputs].protocol = htobe16(fw_app->protocol_id); in bnxt_hwrm_get_dcbx_app()360 app[*num_inputs].selector = fw_app->protocol_selector; in bnxt_hwrm_get_dcbx_app()375 struct hwrm_struct_data_dcbx_app *fw_app; in bnxt_hwrm_set_dcbx_app() local387 data_len = sizeof(*data) + sizeof(*fw_app) * n; in bnxt_hwrm_set_dcbx_app()401 fw_app = (struct hwrm_struct_data_dcbx_app *)(data + 1); in bnxt_hwrm_set_dcbx_app()[all …]