Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h330 #define FW_FILTER_WR_DMAC_V(x) ((x) << FW_FILTER_WR_DMAC_S) macro
333 #define FW_FILTER_WR_DMAC_F FW_FILTER_WR_DMAC_V(1U)
Dcxgb4_filter.c864 FW_FILTER_WR_DMAC_V(f->fs.newdmac) | in set_filter_wr()