Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/myri10ge/firmware/
H A Dmyri10ge_mcp.h133 uint16_t cum_len; member
/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge.c3127 int mblen, count, cum_len, mss_resid, tx_req, pkt_size_tmp; in myri10ge_tx_tso_copy() local
3149 cum_len = -hdr_size; in myri10ge_tx_tso_copy()
3259 cum_len_next = cum_len + seglen; in myri10ge_tx_tso_copy()
3261 if (likely(cum_len >= 0)) { in myri10ge_tx_tso_copy()
3280 seglen = -cum_len; in myri10ge_tx_tso_copy()
3293 req->flags = flags | ((cum_len & 1) * in myri10ge_tx_tso_copy()
3301 cum_len = cum_len_next; in myri10ge_tx_tso_copy()
3342 rdma_count, cum_len, lso_hdr_size; in myri10ge_send() local
3440 cum_len = 0; in myri10ge_send()
3460 cum_len = -lso_hdr_size; in myri10ge_send()
[all …]