Searched refs:msg_head (Results 1 – 6 of 6) sorted by relevance
167 static bool bcm_is_invalid_tv(struct bcm_msg_head *msg_head) in bcm_is_invalid_tv() argument169 if ((msg_head->ival1.tv_sec < 0) || in bcm_is_invalid_tv()170 (msg_head->ival1.tv_sec > BCM_TIMER_SEC_MAX) || in bcm_is_invalid_tv()171 (msg_head->ival1.tv_usec < 0) || in bcm_is_invalid_tv()172 (msg_head->ival1.tv_usec >= USEC_PER_SEC) || in bcm_is_invalid_tv()173 (msg_head->ival2.tv_sec < 0) || in bcm_is_invalid_tv()174 (msg_head->ival2.tv_sec > BCM_TIMER_SEC_MAX) || in bcm_is_invalid_tv()175 (msg_head->ival2.tv_usec < 0) || in bcm_is_invalid_tv()176 (msg_head->ival2.tv_usec >= USEC_PER_SEC)) in bcm_is_invalid_tv()457 struct bcm_msg_head msg_head; in bcm_tx_timeout_handler() local[all …]
42 void *msg_head; in quota_send_warning() local56 msg_head = genlmsg_put(skb, 0, atomic_add_return(1, &seq), in quota_send_warning()58 if (!msg_head) { in quota_send_warning()85 genlmsg_end(skb, msg_head); in quota_send_warning()
65 phys_addr_t msg_head; member99 __le32 msg_head; member
260 p_ci->msg_head = addr + offsetof(struct ipc_protocol_ap_shm, msg_head); in ipc_protocol_init()
13 u32 head = le32_to_cpu(ipc_protocol->p_ap_shm->msg_head); in ipc_protocol_free_msg_get()38 u32 head = le32_to_cpu(ipc_protocol->p_ap_shm->msg_head); in ipc_protocol_msg_hp_update()42 ipc_protocol->p_ap_shm->msg_head = cpu_to_le32(new_head); in ipc_protocol_msg_hp_update()
908 struct bcm_msg_head msg_head;913 mytxmsg.msg_head.nframes = 4;957 struct bcm_msg_head msg_head;961 msg.msg_head.opcode = RX_SETUP;962 msg.msg_head.can_id = 0x42;963 msg.msg_head.flags = 0;964 msg.msg_head.nframes = 5;986 struct bcm_msg_head msg_head;990 msg.msg_head.opcode = RX_SETUP;991 msg.msg_head.can_id = 0x42;[all …]