Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c7833 DATAPORTNUM_V(port_id)); in t4_free_raw_mac_filt()
7836 DATAPORTNUM_V(DATAPORTNUM_M)); in t4_free_raw_mac_filt()
7931 DATAPORTNUM_V(port_id)); in t4_alloc_raw_mac_filt()
7934 DATAPORTNUM_V(DATAPORTNUM_M)); in t4_alloc_raw_mac_filt()
H A Dt4_regs.h2620 #define DATAPORTNUM_V(x) ((x) << DATAPORTNUM_S) macro