__port            312 drivers/gpu/drm/i915/display/intel_display.h #define for_each_port_masked(__port, __ports_mask) \
__port            313 drivers/gpu/drm/i915/display/intel_display.h 	for ((__port) = PORT_A; (__port) < I915_MAX_PORTS; (__port)++)	\
__port            314 drivers/gpu/drm/i915/display/intel_display.h 		for_each_if((__ports_mask) & BIT(__port))
__port            139 drivers/gpu/drm/i915/display/intel_dsi.h #define for_each_dsi_port(__port, __ports_mask) \
__port            140 drivers/gpu/drm/i915/display/intel_dsi.h 	for_each_port_masked(__port, __ports_mask)
__port             29 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h #define INIT_PORT_DCB_CMD(__pcmd, __port, __op, __action) \
__port             36 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h 				    FW_PORT_CMD_PORTID_V(__port)); \
__port             42 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h #define INIT_PORT_DCB_READ_PEER_CMD(__pcmd, __port) \
__port             43 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h 	INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_RECV)
__port             45 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h #define INIT_PORT_DCB_READ_LOCAL_CMD(__pcmd, __port) \
__port             46 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h 	INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_TRANS)
__port             48 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h #define INIT_PORT_DCB_READ_SYNC_CMD(__pcmd, __port) \
__port             49 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h 	INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_DET)
__port             51 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h #define INIT_PORT_DCB_WRITE_CMD(__pcmd, __port) \
__port             52 drivers/net/ethernet/chelsio/cxgb4/cxgb4_dcb.h 	INIT_PORT_DCB_CMD(__pcmd, __port, EXEC, FW_PORT_ACTION_L2_DCB_CFG)
__port            129 drivers/net/ethernet/sun/sunvnet_common.h #define VNET_PORT_TO_NET_DEVICE(__port) \
__port            130 drivers/net/ethernet/sun/sunvnet_common.h 	((__port)->vsw ? (__port)->dev : (__port)->vp->dev)
__port            463 drivers/thunderbolt/tb.h 		const struct tb_port *__port = (_port);                 \
__port            464 drivers/thunderbolt/tb.h 		level(__port->sw->tb, "%llx:%x: " fmt,                  \
__port            465 drivers/thunderbolt/tb.h 		      tb_route(__port->sw), __port->port, ## arg);      \
__port            397 include/linux/usb/serial.h 	struct usb_serial_port *__port = (usport);			\
__port            399 include/linux/usb/serial.h 	if (!__port->port.console || !__print_once) {			\
__port            401 include/linux/usb/serial.h 		dev_err(&__port->dev, fmt, ##__VA_ARGS__);		\
__port            108 net/netfilter/ipset/ip_set_bitmap_port.c 	__be16 __port;
__port            112 net/netfilter/ipset/ip_set_bitmap_port.c 				opt->flags & IPSET_DIM_ONE_SRC, &__port))
__port            115 net/netfilter/ipset/ip_set_bitmap_port.c 	port = ntohs(__port);