Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c176 context_data_t cur_context; in e1000g_send() local
191 if (!e1000g_retrieve_context(mp, &cur_context, msg_size)) { in e1000g_send()
199 if (!cur_context.lso_flag && in e1000g_send()
251 if (cur_context.lso_flag) { in e1000g_send()
257 while (len < cur_context.hdr_len) { in e1000g_send()
267 if (len == cur_context.hdr_len) in e1000g_send()
270 hdr_frag_len = cur_context.hdr_len - (len - MBLKL(next_mp)); in e1000g_send()
321 if (bcopy_thresh < cur_context.hdr_len) in e1000g_send()
322 bcopy_thresh = cur_context.hdr_len; in e1000g_send()
415 desc_count = e1000g_fill_tx_ring(tx_ring, &pending_list, &cur_context); in e1000g_send()
[all …]