Home
last modified time | relevance | path

Searched refs:cum_len (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/myri10ge/firmware/
H A Dmyri10ge_mcp.h133 uint16_t cum_len; member
/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c3121 int mblen, count, cum_len, mss_resid, tx_req, pkt_size_tmp; in myri10ge_tx_tso_copy() local
3143 cum_len = -hdr_size; in myri10ge_tx_tso_copy()
3253 cum_len_next = cum_len + seglen; in myri10ge_tx_tso_copy()
3255 if (likely(cum_len >= 0)) { in myri10ge_tx_tso_copy()
3274 seglen = -cum_len; in myri10ge_tx_tso_copy()
3287 req->flags = flags | ((cum_len & 1) * in myri10ge_tx_tso_copy()
3295 cum_len = cum_len_next; in myri10ge_tx_tso_copy()
3336 rdma_count, cum_len, lso_hdr_size; in myri10ge_send() local
3434 cum_len = 0; in myri10ge_send()
3454 cum_len = -lso_hdr_size; in myri10ge_send()
[all …]