Searched refs:first_packet (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dsyncloop.c52 static void first_packet();
304 first_packet();
346 first_packet() function
/illumos-gate/usr/src/uts/common/io/e1000g/
H A De1000g_tx.c610 p_tx_sw_packet_t first_packet; local
626 first_packet = NULL;
629 first_packet = NULL;
640 first_packet = (p_tx_sw_packet_t)QUEUE_GET_HEAD(pending_list);
773 if (first_packet != NULL) {
778 first_packet->num_desc++;
779 first_packet = NULL;

Completed in 47 milliseconds