Searched refs:rcv_indication_size (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/bnxe/577xx/include/
H A Dl4states.h208 u32_t rcv_indication_size; member in struct:_l4_tcp_cached_state_t
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/l4/
H A Dlm_l4sp.c2074 if ((tcp->tcp_cached.rcv_indication_size > 0xffff) ||
2075 (tcp->tcp_cached.rcv_indication_size != 0))
2077 DbgBreakIf(tcp->tcp_cached.rcv_indication_size > 0xffff);
2078 DbgBreakIf(tcp->tcp_cached.rcv_indication_size != 0); /* TBA receive_indication_size != 0 not supported : if it is we need to change initialization below */
2081 /* We set the ustorm context to rcv_indication_size = 1 byte, this means that the first packet that is placed on GRQ,
2087 uctx_st->rcv_indication_size = 1;
3648 /* rcv_indication_size */
3649 DbgBreakIf(tcp_cached->rcv_indication_size != 0);
3650 if (tcp->tcp_cached.rcv_indication_size != tcp_cached->rcv_indication_size) {
[all...]
H A Dlm_l4rx.c2021 if ((u16_t)tcp->tcp_cached.rcv_indication_size != 0) {
2022 DbgBreakMsg("MichalS rcv_indication_size != 0 not implemented\n");
2590 tcp->cid, tcp->tcp_cached.initial_rcv_wnd, tcp->tcp_cached.rcv_indication_size, gen_buff_size, buffers_number);
2594 tcp->cid, tcp->tcp_cached.initial_rcv_wnd, tcp->tcp_cached.rcv_indication_size,
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/drivers/common/lm/fw/
H A D5710_hsi.h9239 u16_t rcv_indication_size /* The chip will release the current GRQ buffer to the driver when it knows that the driver has no knowledge of other GRQ payload that it can indicate and the current GRQ buffer has at least RcvIndicationSize bytes. */; member in struct:ustorm_toe_st_context
9241 u16_t rcv_indication_size /* The chip will release the current GRQ buffer to the driver when it knows that the driver has no knowledge of other GRQ payload that it can indicate and the current GRQ buffer has at least RcvIndicationSize bytes. */; member in struct:ustorm_toe_st_context
9835 u16_t rcv_indication_size; member in struct:toe_update_ramrod_cached_params

Completed in 1385 milliseconds