Searched defs:bd_status (Results 1 - 2 of 2) sorted by relevance

/drivers/net/ethernet/freescale/
H A Ducc_geth.c248 u32 bd_status; local
256 bd_status = in_be32((u32 __iomem *)bd);
268 } while (!(bd_status & R_W));
3118 u32 bd_status; local
3130 bd_status = in_be32((u32 __iomem *)bd);
3146 bd_status = (bd_status & T_W) | T_R | T_I | T_L | skb->len;
3149 out_be32((u32 __iomem *)bd, bd_status);
3152 if (!(bd_status & T_W))
3191 u32 bd_status; local
3274 u32 bd_status; local
[all...]
/drivers/net/wireless/ipw2x00/
H A Dipw2100.h160 struct bd_status { struct
172 struct bd_status status;

Completed in 100 milliseconds