Searched refs:__port (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4_dcb.h | 29 #define INIT_PORT_DCB_CMD(__pcmd, __port, __op, __action) \ argument 36 FW_PORT_CMD_PORTID_V(__port)); \ 42 #define INIT_PORT_DCB_READ_PEER_CMD(__pcmd, __port) \ argument 43 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_RECV) 45 #define INIT_PORT_DCB_READ_LOCAL_CMD(__pcmd, __port) \ argument 46 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_TRANS) 48 #define INIT_PORT_DCB_READ_SYNC_CMD(__pcmd, __port) \ argument 49 INIT_PORT_DCB_CMD(__pcmd, __port, READ, FW_PORT_ACTION_DCB_READ_DET) 51 #define INIT_PORT_DCB_WRITE_CMD(__pcmd, __port) \ argument 52 INIT_PORT_DCB_CMD(__pcmd, __port, EXEC, FW_PORT_ACTION_L2_DCB_CFG)
|
/openbmc/linux/drivers/net/ethernet/sun/ |
H A D | sunvnet_common.h | 129 #define VNET_PORT_TO_NET_DEVICE(__port) \ argument 130 ((__port)->vsw ? (__port)->dev : (__port)->vp->dev)
|
/openbmc/linux/include/linux/ |
H A D | serial_core.h | 764 struct uart_port *__port = (uport); \ 765 struct circ_buf *xmit = &__port->state->xmit; \ 768 for (; (for_test) && (tx_ready); (for_post), __port->icount.tx++) { \ 769 if (__port->x_char) { \ 770 (ch) = __port->x_char; \ 772 __port->x_char = 0; \ 776 if (uart_circ_empty(xmit) || uart_tx_stopped(__port)) \ 788 uart_write_wakeup(__port); \ 791 __port->ops->stop_tx(__port); \
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_display.h | 243 #define for_each_port(__port) \ argument 244 for ((__port) = PORT_A; (__port) < I915_MAX_PORTS; (__port)++) 246 #define for_each_port_masked(__port, __ports_mask) \ argument 247 for_each_port(__port) \ 248 for_each_if((__ports_mask) & BIT(__port))
|
H A D | intel_dsi.h | 141 #define for_each_dsi_port(__port, __ports_mask) \ argument 142 for_each_port_masked(__port, __ports_mask)
|
/openbmc/linux/include/linux/usb/ |
H A D | serial.h | 399 struct usb_serial_port *__port = (usport); \ 401 if (!__port->port.console || !__print_once) { \ 403 dev_err(&__port->dev, fmt, ##__VA_ARGS__); \
|
/openbmc/linux/net/netfilter/ipset/ |
H A D | ip_set_bitmap_port.c | 135 __be16 __port; in bitmap_port_kadt() local 139 opt->flags & IPSET_DIM_ONE_SRC, &__port)) in bitmap_port_kadt() 142 port = ntohs(__port); in bitmap_port_kadt()
|
/openbmc/u-boot/drivers/pinctrl/ |
H A D | pinctrl_pic32.c | 112 #define PPS_OUT(__port, __pin) \ argument 113 (((__port) * PIC32_PINS_PER_PORT + (__pin)) << 2)
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | tb.h | 706 const struct tb_port *__port = (_port); \ 707 level(__port->sw->tb, "%llx:%u: " fmt, \ 708 tb_route(__port->sw), __port->port, ## arg); \
|