Searched refs:CDU_CRC8 (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/net/ethernet/broadcom/ |
D | cnic.h | 345 #define CDU_CRC8(_cid, _region, _type) \ macro 349 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
|
/linux-6.1.9/drivers/net/ethernet/broadcom/bnx2x/ |
D | bnx2x_reg.h | 7634 #define CDU_CRC8(_cid, _region, _type)\ macro 7637 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f)) 7639 (0x80 | ((_type)&0xf << 3) | ((CDU_CRC8(_cid, _region, _type)) & 0x7))
|