Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/ipw2x00/
H A Dipw2100.h146 struct ipw2100_bd { struct
157 #define IPW_BD_ALIGNMENT(L) (L*sizeof(struct ipw2100_bd)) argument
167 struct ipw2100_bd *drv;
H A Dipw2100.c2796 struct ipw2100_bd *tbd; in __ipw2100_tx_process()
2880 (u32) (txq->nic + i * sizeof(struct ipw2100_bd)), in __ipw2100_tx_process()
2889 sizeof(struct ipw2100_bd)), in __ipw2100_tx_process()
2987 struct ipw2100_bd *tbd; in ipw2100_tx_send_commands()
3011 sizeof(struct ipw2100_bd))); in ipw2100_tx_send_commands()
3056 struct ipw2100_bd *tbd; in ipw2100_tx_send_data()
4342 q->size = entries * sizeof(struct ipw2100_bd); in bd_queue_allocate()