Searched refs:__port (Results 1 – 3 of 3) sorted by relevance
/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_dcb.h | 41 #define INIT_PORT_DCB_CMD(__pcmd, __port, __op, __action) \ argument 48 FW_PORT_CMD_PORTID_V(__port)); \ 54 #define INIT_PORT_DCB_READ_PEER_CMD(__pcmd, __port) \ argument 55 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_RECV) 57 #define INIT_PORT_DCB_READ_LOCAL_CMD(__pcmd, __port) \ argument 58 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_TRANS) 60 #define INIT_PORT_DCB_READ_SYNC_CMD(__pcmd, __port) \ argument 61 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_DET) 63 #define INIT_PORT_DCB_WRITE_CMD(__pcmd, __port) \ argument 64 INIT_PORT_DCB_CMD(__pcmd, __port, EXEC, FW_PORT_ACTION_L2_DCB_CFG)
|
/drivers/gpu/drm/i915/ |
D | intel_dsi.h | 118 #define for_each_dsi_port(__port, __ports_mask) \ argument 119 for ((__port) = PORT_A; (__port) < I915_MAX_PORTS; (__port)++) \ 120 if ((__ports_mask) & (1 << (__port)))
|
/drivers/thunderbolt/ |
D | tb.h | 207 struct tb_port *__port = (_port); \ 208 level(__port->sw->tb, "%llx:%x: " fmt, \ 209 tb_route(__port->sw), __port->port, ## arg); \
|