Home
last modified time | relevance | path

Searched refs:fw_app (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt_dcb.c308 struct hwrm_struct_data_dcbx_app *fw_app; in bnxt_hwrm_set_dcbx_app() local
318 data_len = sizeof(*data) + sizeof(*fw_app) * n; in bnxt_hwrm_set_dcbx_app()
333 fw_app = (struct hwrm_struct_data_dcbx_app *)(data + 1); in bnxt_hwrm_set_dcbx_app()
341 for (i = 0; i < n; i++, fw_app++) { in bnxt_hwrm_set_dcbx_app()
342 if (fw_app->protocol_id == cpu_to_be16(app->protocol) && in bnxt_hwrm_set_dcbx_app()
343 fw_app->protocol_selector == app->selector && in bnxt_hwrm_set_dcbx_app()
344 fw_app->priority == app->priority) { in bnxt_hwrm_set_dcbx_app()
354 fw_app->protocol_id = cpu_to_be16(app->protocol); in bnxt_hwrm_set_dcbx_app()
355 fw_app->protocol_selector = app->selector; in bnxt_hwrm_set_dcbx_app()
356 fw_app->priority = app->priority; in bnxt_hwrm_set_dcbx_app()
[all …]