Searched refs:mask0 (Results 26 - 27 of 27) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/cxgb4/
H A Dcxgb4.h691 u64 mask0, u64 mask1, unsigned int crc, bool enable);
H A Dt4_hw.c2185 * @mask0: byte mask for bytes 0-63 of a packet
2191 * specified in @mask0/@mask1 in received packets and compare the CRC of
2196 u64 mask0, u64 mask1, unsigned int crc, bool enable)
2210 t4_write_reg(adap, EPIO_REG(DATA1), mask0 >> 32);
2219 t4_write_reg(adap, EPIO_REG(DATA0), mask0);
2195 t4_wol_pat_enable(struct adapter *adap, unsigned int port, unsigned int map, u64 mask0, u64 mask1, unsigned int crc, bool enable) argument

Completed in 46 milliseconds

12