Searched defs:rx_head (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/common/io/atge/
H A Datge_l1.c629 mblk_t *mp = NULL, *rx_head = NULL, *rx_tail = NULL; local
730 rx_head = rx_tail = mp;
766 return (rx_head);
777 mblk_t *rx_head = NULL, *rx_head1 = NULL; local
868 rx_head = atge_l1_rx(atgep);
917 if (rx_head) {
918 mac_rx(atgep->atge_mh, 0, rx_head);
H A Datge_l1c.c738 mblk_t *mp = NULL, *rx_head = NULL, *rx_tail = NULL; local
834 rx_head = rx_tail = mp;
874 return (rx_head);
885 mblk_t *rx_head = NULL; local
974 rx_head = atge_l1c_rx(atgep);
1006 if (rx_head) {
1007 mac_rx(atgep->atge_mh, 0, rx_head);
H A Datge_l1e.c430 mblk_t *mp = NULL, *rx_head, *rx_tail; local
439 rx_head = NULL;
505 return (rx_head);
546 rx_head = rx_tail = mp;
584 return (rx_head);
847 mblk_t *rx_head = NULL; local
909 rx_head = atge_l1e_receive(atgep);
948 if (rx_head) {
949 mac_rx(atgep->atge_mh, 0, rx_head);
/illumos-gate/usr/src/uts/common/io/bfe/
H A Dbfe.c2200 mblk_t *mp = NULL, *rx_head, *rx_tail; local
2211 rx_head = rx_tail = NULL;
2262 rx_head = rx_tail = mp;
2296 return (rx_head);
2370 mblk_t *rx_head = NULL; local
2419 rx_head = bfe_receive(bfe, intr_stat);
2437 if (rx_head) {
2438 mac_rx(bfe->bfe_machdl, 0, rx_head);
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc.c92 static int i_ldc_rx_ackpeek(ldc_chan_t *ldcp, uint64_t rx_head,
617 uint64_t rx_head, rx_tail; local
620 rv = hv_ldc_rx_get_state(ldcp->id, &rx_head, &rx_tail,
653 uint64_t rx_head, rx_tail; local
657 rv = hv_ldc_rx_get_state(ldcp->id, &rx_head, &rx_tail,
666 if (rx_head == rx_tail)
2230 uint64_t rx_head, rx_tail; local
2245 rv = hv_ldc_rx_get_state(ldcp->id, &rx_head, &rx_tail,
2309 TRACE_RXHVQ_LENGTH(ldcp, rx_head, rx_tail);
2313 if (rx_head
2546 i_ldc_rx_ackpeek(ldc_chan_t *ldcp, uint64_t rx_head, uint64_t rx_tail) argument
3617 uint64_t rx_head, rx_tail; local
3724 uint64_t rx_head = 0, rx_tail = 0; local
3816 uint64_t rx_head, rx_tail; local
3888 uint64_t rx_head = 0, rx_tail = 0; local
[all...]
/illumos-gate/usr/src/uts/common/io/sfe/
H A Dsfe_util.c1808 mblk_t *rx_head; local
1825 rx_tailp = &rx_head;
1941 DPRINTF(4, (CE_CONT, "%s: %s: cnt:%d, rx_head:%p",
1942 dp->name, __func__, cnt, rx_head));
1959 if (rx_head) {
1964 mac_rx(dp->mh, NULL, rx_head);
/illumos-gate/usr/src/uts/common/sys/ib/clients/ibd/
H A Dibd.h767 ibd_wqe_t *rx_head; member in struct:ibd_rx_queue_s

Completed in 121 milliseconds