Searched refs:ETH_WRB_FRAG_LEN_MASK (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/net/ethernet/emulex/benet/ | ||
| D | be_hw.h | 206 #define ETH_WRB_FRAG_LEN_MASK 0xFFFF macro |
| D | be_main.c | 706 wrb->frag_len = cpu_to_le32(len & ETH_WRB_FRAG_LEN_MASK); in wrb_fill() |