Searched defs:smc_diag_conninfo (Results 1 – 2 of 2) sorted by relevance
44 struct smc_diag_conninfo { struct45 uint32_t token;46 uint32_t sndbuf_size;47 uint32_t rmbe_size;48 uint32_t peer_rmbe_size;49 struct smc_diag_cursor rx_prod;50 struct smc_diag_cursor rx_cons;51 struct smc_diag_cursor tx_prod;52 struct smc_diag_cursor tx_cons;53 uint8_t rx_prod_flags;[all …]
63 struct smc_diag_conninfo { struct64 __u32 token; /* unique connection id */65 __u32 sndbuf_size; /* size of send buffer */66 __u32 rmbe_size; /* size of RMB element */67 __u32 peer_rmbe_size; /* size of peer RMB element */69 struct smc_diag_cursor rx_prod; /* received producer cursor */70 struct smc_diag_cursor rx_cons; /* received consumer cursor */72 struct smc_diag_cursor tx_prod; /* sent producer cursor */73 struct smc_diag_cursor tx_cons; /* sent consumer cursor */74 __u8 rx_prod_flags; /* received producer flags */[all …]