Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.c1276 struct amd8111s_msgbuf *txBuf; in amd8111s_send() local
1282 txBuf = amd8111s_getTxbuf(pLayerPointers); in amd8111s_send()
1283 if (txBuf == NULL) { in amd8111s_send()
1291 txBuf->msg_size = 0; in amd8111s_send()
1292 pMsg = (uint8_t *)txBuf->vir_addr; in amd8111s_send()
1296 txBuf->msg_size += frag_len; in amd8111s_send()