Searched refs:msg_head (Results 1 – 5 of 5) sorted by relevance
/drivers/net/wwan/iosm/ |
D | iosm_ipc_protocol.h | 65 phys_addr_t msg_head; member 99 __le32 msg_head; member
|
D | iosm_ipc_protocol.c | 261 p_ci->msg_head = addr + offsetof(struct ipc_protocol_ap_shm, msg_head); in ipc_protocol_init()
|
D | iosm_ipc_protocol_ops.c | 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()
|
/drivers/block/ |
D | nbd.c | 2478 void *msg_head; in nbd_connect_reply() local 2484 msg_head = genlmsg_put_reply(skb, info, &nbd_genl_family, 0, in nbd_connect_reply() 2486 if (!msg_head) { in nbd_connect_reply() 2495 genlmsg_end(skb, msg_head); in nbd_connect_reply() 2502 void *msg_head; in nbd_mcast_index() local 2508 msg_head = genlmsg_put(skb, 0, 0, &nbd_genl_family, 0, in nbd_mcast_index() 2510 if (!msg_head) { in nbd_mcast_index() 2519 genlmsg_end(skb, msg_head); in nbd_mcast_index()
|
/drivers/net/wireless/virtual/ |
D | mac80211_hwsim.c | 1415 void *msg_head; in mac80211_hwsim_config_mac_nl() local 1426 msg_head = genlmsg_put(skb, 0, 0, &hwsim_genl_family, 0, in mac80211_hwsim_config_mac_nl() 1429 if (!msg_head) { in mac80211_hwsim_config_mac_nl() 1441 genlmsg_end(skb, msg_head); in mac80211_hwsim_config_mac_nl() 1491 void *msg_head; in mac80211_hwsim_tx_frame_nl() local 1513 msg_head = genlmsg_put(skb, 0, 0, &hwsim_genl_family, 0, in mac80211_hwsim_tx_frame_nl() 1515 if (msg_head == NULL) { in mac80211_hwsim_tx_frame_nl() 1570 genlmsg_end(skb, msg_head); in mac80211_hwsim_tx_frame_nl() 3404 void *msg_head; in mac80211_hwsim_start_pmsr() local 3427 msg_head = genlmsg_put(skb, 0, 0, &hwsim_genl_family, 0, HWSIM_CMD_START_PMSR); in mac80211_hwsim_start_pmsr() [all …]
|