Searched refs:DRV_FLAGS_DCB_CONFIGURED (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 776 1 << DRV_FLAGS_DCB_CONFIGURED, in bnx2x_dcbx_set_params() 1050 bnx2x_update_drv_flags(bp, 1 << DRV_FLAGS_DCB_CONFIGURED, 0); in bnx2x_dcbx_init() 1899 GET_FLAGS(SHMEM2_RD(bp, drv_flags), 1 << DRV_FLAGS_DCB_CONFIGURED)) { in bnx2x_dcbx_pmf_update()
|
H A D | bnx2x_hsi.h | 2219 #define DRV_FLAGS_DCB_CONFIGURED 0x0 macro 2223 #define DRV_FLAGS_PORT_MASK ((1 << DRV_FLAGS_DCB_CONFIGURED) | \
|
/kernel/linux/linux-6.6/drivers/net/ethernet/broadcom/bnx2x/ |
H A D | bnx2x_dcb.c | 776 1 << DRV_FLAGS_DCB_CONFIGURED, in bnx2x_dcbx_set_params() 1050 bnx2x_update_drv_flags(bp, 1 << DRV_FLAGS_DCB_CONFIGURED, 0); in bnx2x_dcbx_init() 1899 GET_FLAGS(SHMEM2_RD(bp, drv_flags), 1 << DRV_FLAGS_DCB_CONFIGURED)) { in bnx2x_dcbx_pmf_update()
|
H A D | bnx2x_hsi.h | 2219 #define DRV_FLAGS_DCB_CONFIGURED 0x0 macro 2223 #define DRV_FLAGS_PORT_MASK ((1 << DRV_FLAGS_DCB_CONFIGURED) | \
|
Completed in 36 milliseconds