Lines Matching defs:ipw_rx_packet
276 struct ipw_rx_packet *packet_assembler[NL_NUM_OF_ADDRESSES];
335 struct ipw_rx_packet {
555 static struct ipw_rx_packet *pool_allocate(struct ipw_hardware *hw,
556 struct ipw_rx_packet *packet,
566 struct ipw_rx_packet, queue);
580 packet = kmalloc(sizeof(struct ipw_rx_packet)
590 struct ipw_rx_packet *old_packet = packet;
592 packet = kmalloc(sizeof(struct ipw_rx_packet) +
600 sizeof(struct ipw_rx_packet)
609 static void pool_free(struct ipw_hardware *hw, struct ipw_rx_packet *packet)
626 struct ipw_rx_packet *packet = NULL;
640 struct ipw_rx_packet **assem =
658 sizeof(struct ipw_rx_packet)
679 memcpy((unsigned char *)packet + sizeof(struct ipw_rx_packet),
711 struct ipw_rx_packet *packet =
713 struct ipw_rx_packet, queue);
736 + sizeof(struct ipw_rx_packet),
749 + sizeof(struct ipw_rx_packet),
1734 struct ipw_rx_packet *rp, *rq;