Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/broadcom/
H A Dbnx2.h6592 #define PHY_CTX_SIZE (1 << PHY_CTX_SHIFT) macro
6593 #define PHY_CTX_MASK (PHY_CTX_SIZE - 1)
H A Dcnic.c4563 for (i = 0; i < PHY_CTX_SIZE; i += 4) in cnic_init_bnx2_tx_ring()