Lines Matching defs:frame
579 D_INFO("Woke queues - frame received on passive channel\n");
645 IL_ERR("MPDU frame without cached PHY data\n");
704 * same frame was received on all three RX chains.
742 /* Cache phy data (Rx signal strength, etc) for HT frame (N_RX_PHY).
1679 D_TX("Sending AUTH frame\n");
1681 D_TX("Sending ASSOC frame\n");
1683 D_TX("Sending REASSOC frame\n");
1711 * next frame is processed -- and the next frame to
1779 * locate the frame within the tx queue and do post-tx processing.
1881 * At this point the frame is "transmitted" successfully
2189 /* Set up Tx win size and frame limit for this queue */
2532 /* For each frame attempted in aggregation,
2533 * update driver's record of tx frame's status. */
2666 /* Only one frame was attempted; no block-ack will arrive */
2801 * Firmware will not transmit frame on passive channel, if it not yet
2802 * received some valid frame on that channel. When this error happen
2804 * note received beacon or other frame. We unblock queues in
2919 * (in Tx queue's circular buffer) of first TFD/frame in win */
2958 /* Update driver's record of ACK vs. not for each frame in win */
3707 struct il_frame *frame;
3710 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
3711 if (!frame) {
3712 IL_ERR("Could not allocate frame!\n");
3717 return frame;
3726 il4965_free_frame(struct il_priv *il, struct il_frame *frame)
3728 memset(frame, 0, sizeof(*frame));
3729 list_add(&frame->list, &il->free_frames);
3749 /* Parse the beacon frame to find the TIM element and set tim_idx & tim_size */
3759 * The idx is relative to frame start but we start looking at the
3778 il4965_hw_get_beacon_cmd(struct il_priv *il, struct il_frame *frame)
3797 tx_beacon_cmd = &frame->u.beacon;
3802 il4965_fill_beacon_frame(il, tx_beacon_cmd->frame,
3803 sizeof(frame->u) - sizeof(*tx_beacon_cmd));
3818 il4965_set_beacon_tim(il, tx_beacon_cmd, (u8 *) tx_beacon_cmd->frame,
3835 struct il_frame *frame;
3839 frame = il4965_get_free_frame(il);
3840 if (!frame) {
3841 IL_ERR("Could not obtain free frame buffer for beacon "
3846 frame_size = il4965_hw_get_beacon_cmd(il, frame);
3849 il4965_free_frame(il, frame);
3853 rc = il_send_cmd_pdu(il, C_TX_BEACON, frame_size, &frame->u.cmd[0]);
3855 il4965_free_frame(il, frame);
4202 * frame-received notifications, and other notifications.
4406 "the frame/frames.\n");
4479 * Rx "responses" (frame-received notification), and other