Lines Matching defs:frame
466 u8 *frame;
471 frame = skb->data;
472 memset(frame, 0, skb->len);
474 owl_emac_ether_addr_push(&frame, mac_addr);
475 owl_emac_ether_addr_push(&frame, bcast_addr);
481 owl_emac_ether_addr_push(&frame, mac_addr);
485 /* The setup frame is a special descriptor which is used to provide physical
487 * filtering purposes. To be recognized as a setup frame, the TDES1_SET bit
547 /* Trigger setup frame processing. */
553 /* Stop regular TX until setup frame is processed. */
620 /* FIXME: The transmission is currently restricted to a single frame
710 * (sometimes) the OWN bit for a transmitted frame descriptor.
713 * OWN bit set, which normally means the frame has not been processed
716 * frame has been also processed by the MAC hardware.
718 * If that's the case, let's force the frame completion by manually
810 netdev_err(netdev, "invalid RX frame len: %u\n", len);
878 /* TX setup frame raises ETI instead of TI. */
906 * issued or a new frame is recognized by the MAC AHB.