Searched refs:__port (Results 1 – 5 of 5) sorted by relevance
| /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)
|
| /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)
|
| /linux/include/linux/usb/ |
| H A D | serial.h | 402 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/ |
| 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()
|
| /linux/drivers/thunderbolt/ |
| H A D | tb.h | 746 const struct tb_port *__port = (_port); \ 747 level(__port->sw->tb, "%llx:%u: " fmt, \ 748 tb_route(__port->sw), __port->port, ## arg); \
|