Lines Matching defs:mgmt_ethhdr
167 struct qca_mgmt_ethhdr *mgmt_ethhdr;
172 mgmt_ethhdr = (struct qca_mgmt_ethhdr *)skb_mac_header(skb);
175 command = get_unaligned_le32(&mgmt_ethhdr->command);
189 if (get_unaligned_le32(&mgmt_ethhdr->seq) == mgmt_eth_data->seq)
195 *val = get_unaligned_le32(&mgmt_ethhdr->mdio_data);
221 struct qca_mgmt_ethhdr *mgmt_ethhdr;
264 mgmt_ethhdr = skb_push(skb, QCA_HDR_MGMT_HEADER_LEN + QCA_HDR_LEN);
278 put_unaligned_le32(command, &mgmt_ethhdr->command);
281 put_unaligned_le32(*val, &mgmt_ethhdr->mdio_data);
283 mgmt_ethhdr->hdr = htons(hdr);
304 struct qca_mgmt_ethhdr *mgmt_ethhdr;
308 mgmt_ethhdr = (struct qca_mgmt_ethhdr *)skb->data;
309 put_unaligned_le32(seq, &mgmt_ethhdr->seq);