Lines Matching refs:offsetof
232 offsetof(struct wil6210_mbox_ctl, tx.tail)); in __wmi_send()
257 wil_w(wil, r->head + offsetof(struct wil6210_mbox_ring_desc, sync), 1); in __wmi_send()
259 wil_w(wil, RGF_MBOX + offsetof(struct wil6210_mbox_ctl, tx.head), in __wmi_send()
265 wil_w(wil, RGF_USER_USER_ICR + offsetof(struct RGF_ICR, ICS), in __wmi_send()
309 int flen = len - offsetof(struct wmi_rx_mgmt_packet_event, payload); in wmi_evt_rx_mgmt()
359 size_t ie_len = d_len - offsetof(struct ieee80211_mgmt, in wmi_evt_rx_mgmt()
387 int flen = len - offsetof(struct wmi_tx_mgmt_packet_event, payload); in wmi_evt_tx_mgmt()
737 offsetof(struct wil6210_mbox_ctl, rx.head)); in wmi_recv_cmd()
765 evt = kmalloc(ALIGN(offsetof(struct pending_wmi_event, in wmi_recv_cmd()
776 offsetof(struct wil6210_mbox_ring_desc, sync), 0); in wmi_recv_cmd()
796 offsetof(struct wil6210_mbox_ctl, rx.tail), r->tail); in wmi_recv_cmd()