Searched refs:show_packet (Results 1 - 9 of 9) sorted by relevance

/broadcom-cfe-1.4.2/cfe/dev/
H A Ddev_rtl8139.c122 show_packet(char c, eth_pkt_t *pkt) function
337 if (RTK_DEBUG) show_packet('>', pkt); /* debug */
423 if (RTK_DEBUG) show_packet('<', pkt); /* debug */
H A Ddev_aic6915.c129 show_packet(char c, eth_pkt_t *pkt) function
577 if (AIC_DEBUG) show_packet('>', pkt);
642 if (AIC_DEBUG) show_packet('<', pkt);
H A Ddev_bcm4401.c134 show_packet(char c, eth_pkt_t *pkt, int offset) function
436 if (B44_DEBUG) show_packet('>', pkt, PKTBUF_RX_OFFSET);
549 if (B44_DEBUG) show_packet('<', pkt, 0);
H A Ddev_i82559.c178 show_packet(char c, eth_pkt_t *pkt) function
506 if (I82559_DEBUG) show_packet('>', pkt); /* debug */
618 if (I82559_DEBUG) show_packet('<', pkt);
H A Ddev_dp83815.c133 show_packet(char c, eth_pkt_t *pkt) function
469 if (MACPHYTER_DEBUG) show_packet('>', pkt); /* debug */
568 if (MACPHYTER_DEBUG) show_packet('<', pkt); /* debug */
H A Ddev_bcm5700.c191 show_packet(char c, eth_pkt_t *pkt) function
720 if (T3_DEBUG) show_packet('>', pkt); /* debug */
777 if (T3_DEBUG) show_packet('<', pkt); /* debug */
H A Ddev_tulip.c144 show_packet(char c, eth_pkt_t *pkt) function
515 if (TULIP_DEBUG) show_packet('>', pkt); /* debug */
621 if (TULIP_DEBUG) show_packet('<', pkt); /* debug */
/broadcom-cfe-1.4.2/cfe/arch/mips/chipset/bcmsb/src/
H A Ddev_sb_mac.c166 show_packet(char c, eth_pkt_t *pkt, int offset) function
497 if (B44_DEBUG) show_packet('>', pkt, PKTBUF_RX_OFFSET);
604 if (B44_DEBUG) show_packet('<', pkt, 0);
/broadcom-cfe-1.4.2/cfe/arch/ppc/chipset/mpc824x/src/
H A Ddev_tulip.c150 show_packet(char c, eth_pkt_t *pkt) function
581 if (TULIP_DEBUG) show_packet('>', pkt); /* debug */
688 if (TULIP_DEBUG) show_packet('<', pkt); /* debug */

Completed in 129 milliseconds