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

/drivers/net/ethernet/i825xx/
H A D3c505.h240 } pcb_struct; typedef in typeref:struct:__anon2199
263 pcb_struct tx_pcb; /* PCB for foreground sending */
264 pcb_struct rx_pcb; /* PCB for foreground receiving */
265 pcb_struct itx_pcb; /* PCB for background sending */
266 pcb_struct irx_pcb; /* PCB for background receiving */
H A D3c505.c255 static bool start_receive(struct net_device *, pcb_struct *);
373 static bool send_pcb(struct net_device *dev, pcb_struct * pcb)
458 static bool receive_pcb(struct net_device *dev, pcb_struct * pcb)
549 static bool start_receive(struct net_device *dev, pcb_struct * tx_pcb)

Completed in 168 milliseconds