Home
last modified time | relevance | path

Searched refs:_port (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/mcp/
H A Dshmem.h1057 #define DRV_FLAGS_GET_PORT_OFFSET(_port) ((0 == _port) ? \ argument
1061 #define DRV_FLAGS_GET_PORT_MASK(_port) (DRV_FLAGS_PORT_MASK << \ argument
1062 DRV_FLAGS_GET_PORT_OFFSET(_port))
1064 #define DRV_FLAGS_FILED_BY_PORT(_field_bit, _port) (1 << ( \ argument
1065 (_field_bit) + DRV_FLAGS_GET_PORT_OFFSET(_port)))
/illumos-gate/usr/src/uts/common/io/qede/579xx/drivers/ecore/documentation/
H A Decore.tex1066 \texttt{remote\_port} & Remote TCP port \\ \hline
1067 \texttt{local\_port} & Local TCP port \\ \hline
1250 \texttt{iwarp\_port} & TCP port number to be used for the iwarp traffic\\ \hline
1312 \texttt{remote\_port} & Port of the remote side. In host byte order. \\ \hline
1313 \texttt{local\_port} & Port of the local side. In host byte order. \\ \hline
1669 \myfunc{vf\_get\_port\_mac}{vf_get_port_mac}.
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/include/
H A Dlm5710.h1009 …#define FUNC_MAILBOX_ID_PARAM(_port,_vnic,_chip_num, _port_mode) ((_port) + (_vnic) * ((CHIP_IS… argument