Home
last modified time | relevance | path

Searched refs:__port (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_dcb.h29 #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)
/linux/drivers/net/ethernet/sun/
A Dsunvnet_common.h129 #define VNET_PORT_TO_NET_DEVICE(__port) \ argument
130 ((__port)->vsw ? (__port)->dev : (__port)->vp->dev)
/linux/include/linux/
A Dserial_core.h900 struct uart_port *__port = (uport); \
901 struct tty_port *__tport = &__port->state->port; \
904 for (; (for_test) && (tx_ready); (for_post), __port->icount.tx++) { \
905 if (__port->x_char) { \
906 (ch) = __port->x_char; \
908 __port->x_char = 0; \
912 if (uart_tx_stopped(__port)) \
925 uart_write_wakeup(__port); \
928 __port->ops->stop_tx(__port); \
/linux/drivers/gpu/drm/i915/display/
A Dintel_dsi.h137 #define for_each_dsi_port(__port, __ports_mask) \ argument
138 for_each_port_masked(__port, __ports_mask)
A Dintel_display.h240 #define for_each_port(__port) \ argument
241 for ((__port) = PORT_A; (__port) < I915_MAX_PORTS; (__port)++)
243 #define for_each_port_masked(__port, __ports_mask) \ argument
244 for_each_port(__port) \
245 for_each_if((__ports_mask) & BIT(__port))
/linux/include/linux/usb/
A Dserial.h402 struct usb_serial_port *__port = (usport); \
404 if (!__port->port.console || !__print_once) { \
406 dev_err(&__port->dev, fmt, ##__VA_ARGS__); \
/linux/net/netfilter/ipset/
A Dip_set_bitmap_port.c135 __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()
/linux/drivers/thunderbolt/
A Dtb.h740 const struct tb_port *__port = (_port); \
741 level(__port->sw->tb, "%llx:%u: " fmt, \
742 tb_route(__port->sw), __port->port, ## arg); \

Completed in 20 milliseconds