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