Searched refs:_port (Results 1 – 2 of 2) sorted by relevance
1057 #define DRV_FLAGS_GET_PORT_OFFSET(_port) ((0 == _port) ? \ argument1061 #define DRV_FLAGS_GET_PORT_MASK(_port) (DRV_FLAGS_PORT_MASK << \ argument1062 DRV_FLAGS_GET_PORT_OFFSET(_port))1064 #define DRV_FLAGS_FILED_BY_PORT(_field_bit, _port) (1 << ( \ argument1065 (_field_bit) + DRV_FLAGS_GET_PORT_OFFSET(_port)))
1009 …#define FUNC_MAILBOX_ID_PARAM(_port,_vnic,_chip_num, _port_mode) ((_port) + (_vnic) * ((CHIP_IS… argument