Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_dcb.c184 if (GET_FLAGS(pri_bitmap, pri_mask)) in bnx2x_dcbx_get_ap_priority()
200 if (GET_FLAGS(error, DCBX_LOCAL_APP_ERROR)) in bnx2x_dcbx_get_ap_feature()
203 if (GET_FLAGS(error, DCBX_LOCAL_APP_MISMATCH)) in bnx2x_dcbx_get_ap_feature()
206 if (GET_FLAGS(error, DCBX_REMOTE_APP_TLV_NOT_FOUND)) in bnx2x_dcbx_get_ap_feature()
209 !GET_FLAGS(error, DCBX_LOCAL_APP_ERROR | DCBX_LOCAL_APP_MISMATCH | in bnx2x_dcbx_get_ap_feature()
223 if (GET_FLAGS(entry[index].appBitfield, in bnx2x_dcbx_get_ap_feature()
225 GET_FLAGS(entry[index].appBitfield, in bnx2x_dcbx_get_ap_feature()
228 } else if (GET_FLAGS(entry[index].appBitfield, in bnx2x_dcbx_get_ap_feature()
233 } else if (GET_FLAGS(entry[index].appBitfield, in bnx2x_dcbx_get_ap_feature()
285 if (GET_FLAGS(error, DCBX_LOCAL_ETS_ERROR)) in bnx2x_dcbx_get_ets_feature()
[all …]
Dbnx2x_dcb.h120 #define GET_FLAGS(flags, bits) ((flags) & (bits)) macro