Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/fddi/skfp/h/
Dhwmtm.h123 SMbuf *llc_rx_pipe ; /* points to the first queued llc fr */ member
/linux-6.1.9/drivers/net/fddi/skfp/
Dhwmtm.c449 smc->os.hwm.llc_rx_pipe = smc->os.hwm.llc_rx_tail = (SMbuf *)NULL ; in init_fddi_driver()
1731 if (smc->os.hwm.llc_rx_pipe == NULL) { in queue_llc_rx()
1732 smc->os.hwm.llc_rx_pipe = mb ; in queue_llc_rx()
1754 if ((mb = smc->os.hwm.llc_rx_pipe)) { in get_llc_rx()
1756 smc->os.hwm.llc_rx_pipe = mb->sm_next ; in get_llc_rx()