Lines Matching defs:frame

580 		D_INFO("Woke queues - frame received on passive channel\n");
646 IL_ERR("MPDU frame without cached PHY data\n");
705 * same frame was received on all three RX chains.
743 /* Cache phy data (Rx signal strength, etc) for HT frame (N_RX_PHY).
1680 D_TX("Sending AUTH frame\n");
1682 D_TX("Sending ASSOC frame\n");
1684 D_TX("Sending REASSOC frame\n");
1712 * next frame is processed -- and the next frame to
1780 * locate the frame within the tx queue and do post-tx processing.
1880 * At this point the frame is "transmitted" successfully
2188 /* Set up Tx win size and frame limit for this queue */
2531 /* For each frame attempted in aggregation,
2532 * update driver's record of tx frame's status. */
2664 /* Only one frame was attempted; no block-ack will arrive */
2799 * Firmware will not transmit frame on passive channel, if it not yet
2800 * received some valid frame on that channel. When this error happen
2802 * note received beacon or other frame. We unblock queues in
2918 * (in Tx queue's circular buffer) of first TFD/frame in win */
2957 /* Update driver's record of ACK vs. not for each frame in win */
3706 struct il_frame *frame;
3709 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
3710 if (!frame) {
3711 IL_ERR("Could not allocate frame!\n");
3716 return frame;
3725 il4965_free_frame(struct il_priv *il, struct il_frame *frame)
3727 memset(frame, 0, sizeof(*frame));
3728 list_add(&frame->list, &il->free_frames);
3748 /* Parse the beacon frame to find the TIM element and set tim_idx & tim_size */
3758 * The idx is relative to frame start but we start looking at the
3777 il4965_hw_get_beacon_cmd(struct il_priv *il, struct il_frame *frame)
3796 tx_beacon_cmd = &frame->u.beacon;
3801 il4965_fill_beacon_frame(il, tx_beacon_cmd->frame,
3802 sizeof(frame->u) - sizeof(*tx_beacon_cmd));
3817 il4965_set_beacon_tim(il, tx_beacon_cmd, (u8 *) tx_beacon_cmd->frame,
3834 struct il_frame *frame;
3838 frame = il4965_get_free_frame(il);
3839 if (!frame) {
3840 IL_ERR("Could not obtain free frame buffer for beacon "
3845 frame_size = il4965_hw_get_beacon_cmd(il, frame);
3848 il4965_free_frame(il, frame);
3852 rc = il_send_cmd_pdu(il, C_TX_BEACON, frame_size, &frame->u.cmd[0]);
3854 il4965_free_frame(il, frame);
4201 * frame-received notifications, and other notifications.
4405 "the frame/frames.\n");
4478 * Rx "responses" (frame-received notification), and other