taglinefilesource code
pcb_struct212drivers/net/3c505.cpcb_struct tx_pcb;         /* PCB for foreground sending */
pcb_struct213drivers/net/3c505.cpcb_struct rx_pcb;         /* PCB for foreground receiving */
pcb_struct214drivers/net/3c505.cpcb_struct itx_pcb;        /* PCB for background sending */
pcb_struct215drivers/net/3c505.cpcb_struct irx_pcb;        /* PCB for background receiving */
pcb_struct288drivers/net/3c505.cstatic int send_pcb(elp_device * adapter, pcb_struct * pcb)
pcb_struct378drivers/net/3c505.cstatic int receive_pcb(elp_device * adapter, pcb_struct * pcb)
pcb_struct517drivers/net/3c505.cstatic int start_receive(elp_device * adapter, pcb_struct * tx_pcb)