Searched refs:GET_FLAGS (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_dcb.c | 184 if (GET_FLAGS(pri_bitmap, pri_mask)) in bnx2x_dcbx_get_ap_priority() 199 if (GET_FLAGS(error, DCBX_LOCAL_APP_ERROR)) in bnx2x_dcbx_get_ap_feature() 202 if (GET_FLAGS(error, DCBX_LOCAL_APP_MISMATCH)) in bnx2x_dcbx_get_ap_feature() 205 if (GET_FLAGS(error, DCBX_REMOTE_APP_TLV_NOT_FOUND)) in bnx2x_dcbx_get_ap_feature() 208 !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() 230 if (GET_FLAGS(entry[index].appBitfield, in bnx2x_dcbx_get_ap_feature() 256 if (GET_FLAGS(error, DCBX_LOCAL_ETS_ERROR)) in bnx2x_dcbx_get_ets_feature() 259 if (GET_FLAGS(error, DCBX_REMOTE_ETS_TLV_NOT_FOUND)) in bnx2x_dcbx_get_ets_feature() 271 !GET_FLAGS(error, in bnx2x_dcbx_get_ets_feature() [all …]
|
D | bnx2x_dcb.h | 120 #define GET_FLAGS(flags, bits) ((flags) & (bits)) macro
|