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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/pcmcia/ipwireless/
H A Dhardware.c293 struct ipw_tx_packet { struct
330 struct ipw_tx_packet header;
458 static void do_send_packet(struct ipw_hardware *hw, struct ipw_tx_packet *packet)
490 ((unsigned char *) packet) + sizeof(struct ipw_tx_packet) +
962 struct ipw_tx_packet *packet = NULL;
969 struct ipw_tx_packet,
1237 struct ipw_tx_packet *packet)
1254 struct ipw_tx_packet *packet = kzalloc(
1255 sizeof(struct ipw_tx_packet) + data_size,
1275 * sig_no is located right after ipw_tx_packet struc
[all...]

Completed in 104 milliseconds