Lines Matching defs:ipw_tx_packet
294 struct ipw_tx_packet {
331 struct ipw_tx_packet header;
459 static void do_send_packet(struct ipw_hardware *hw, struct ipw_tx_packet *packet)
491 ((unsigned char *) packet) + sizeof(struct ipw_tx_packet) +
963 struct ipw_tx_packet *packet = NULL;
970 struct ipw_tx_packet,
1238 struct ipw_tx_packet *packet)
1255 struct ipw_tx_packet *packet = kzalloc(
1256 sizeof(struct ipw_tx_packet) + data_size,
1276 * sig_no is located right after ipw_tx_packet struct in every
1288 packet->header.length = header_size - sizeof(struct ipw_tx_packet);
1299 struct ipw_tx_packet *packet;
1307 memcpy((unsigned char *) packet + sizeof(struct ipw_tx_packet), data,
1369 struct ipw_tx_packet header;
1374 struct ipw_tx_packet header;
1379 struct ipw_tx_packet header;
1384 struct ipw_tx_packet header;
1389 struct ipw_tx_packet header;
1394 struct ipw_tx_packet header;
1735 struct ipw_tx_packet *tp, *tq;