Searched refs:x_port (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet.h | 251 #define PORT2SS(x_port) ((fcoet_soft_state_t *)(x_port)->port_fca_private) argument 252 #define EPORT2SS(x_port) ((fcoet_soft_state_t *)(x_port)->eport_client_private) argument
|
/titanic_50/usr/src/uts/common/sys/fibre-channel/impl/ |
H A D | fc_portif.h | 331 #define FC_GET_RSP(x_port, x_handle, x_dest, x_src, x_size, x_flag) \ argument 333 if (!((x_port)->fp_soft_state & FP_SOFT_FCA_IS_NODMA)) {\ 342 #define FC_SET_CMD(x_port, x_handle, x_src, x_dest, x_size, x_flag) \ argument 344 if (!((x_port)->fp_soft_state & FP_SOFT_FCA_IS_NODMA)) {\
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/fcoei/ |
H A D | fcoei.h | 260 #define PORT2SS(x_port) ((fcoei_soft_state_t *)(x_port)->port_fca_private) argument
|
/titanic_50/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct_impl.h | 374 #define PORT_TO_IPORT(x_port) \ argument 375 ((fct_i_local_port_t *)(x_port)->port_fct_private)
|
/titanic_50/usr/src/uts/common/rpc/ |
H A D | clnt_cots.c | 322 kstat_named_t x_port; member 1658 cm_ksp_data->x_port.value.ui32 = in conn_kstat_update() 1668 cm_ksp_data->x_port.value.ui32 = sin6->sin6_port; in conn_kstat_update()
|