Searched refs:msg_head (Results 1 – 7 of 7) sorted by relevance
| /drivers/net/ethernet/huawei/hinic3/ |
| A D | hinic3_nic_cfg.c | 30 if (err || feature_nego.msg_head.status) { in hinic3_feature_nego() 32 err, feature_nego.msg_head.status); in hinic3_feature_nego() 75 if (err || cmd_func_tbl.msg_head.status) { in hinic3_set_function_table() 78 cfg_bitmap, err, cmd_func_tbl.msg_head.status); in hinic3_set_function_table() 132 err, mac_info.msg_head.status); in hinic3_set_mac() 141 if (mac_info.msg_head.status == MGMT_STATUS_EXIST) { in hinic3_set_mac() 173 err, mac_info.msg_head.status); in hinic3_del_mac() 206 err, mac_info.msg_head.status); in hinic3_update_mac() 225 pkt_drop.msg_head.status) || err) { in hinic3_force_drop_tx_pkt() 228 err, pkt_drop.msg_head.status); in hinic3_force_drop_tx_pkt() [all …]
|
| A D | hinic3_mgmt_interface.h | 14 struct mgmt_msg_head msg_head; member 34 struct mgmt_msg_head msg_head; member 42 struct mgmt_msg_head msg_head; member 50 struct mgmt_msg_head msg_head; member 60 struct mgmt_msg_head msg_head; member
|
| /drivers/net/wwan/iosm/ |
| A D | iosm_ipc_protocol.h | 65 phys_addr_t msg_head; member 99 __le32 msg_head; member
|
| A D | iosm_ipc_protocol.c | 261 p_ci->msg_head = addr + offsetof(struct ipc_protocol_ap_shm, msg_head); in ipc_protocol_init()
|
| A 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/ |
| A D | nbd.c | 2578 void *msg_head; in nbd_connect_reply() local 2584 msg_head = genlmsg_put_reply(skb, info, &nbd_genl_family, 0, in nbd_connect_reply() 2586 if (!msg_head) { in nbd_connect_reply() 2595 genlmsg_end(skb, msg_head); in nbd_connect_reply() 2602 void *msg_head; in nbd_mcast_index() local 2608 msg_head = genlmsg_put(skb, 0, 0, &nbd_genl_family, 0, in nbd_mcast_index() 2610 if (!msg_head) { in nbd_mcast_index() 2619 genlmsg_end(skb, msg_head); in nbd_mcast_index()
|
| /drivers/net/wireless/virtual/ |
| A D | mac80211_hwsim.c | 1448 void *msg_head; in mac80211_hwsim_config_mac_nl() local 1459 msg_head = genlmsg_put(skb, 0, 0, &hwsim_genl_family, 0, in mac80211_hwsim_config_mac_nl() 1462 if (!msg_head) { in mac80211_hwsim_config_mac_nl() 1474 genlmsg_end(skb, msg_head); in mac80211_hwsim_config_mac_nl() 1524 void *msg_head; in mac80211_hwsim_tx_frame_nl() local 1548 if (msg_head == NULL) { in mac80211_hwsim_tx_frame_nl() 1603 genlmsg_end(skb, msg_head); in mac80211_hwsim_tx_frame_nl() 3538 void *msg_head; in mac80211_hwsim_start_pmsr() local 3581 genlmsg_end(skb, msg_head); in mac80211_hwsim_start_pmsr() 3605 void *msg_head; in mac80211_hwsim_abort_pmsr() local [all …]
|
Completed in 24 milliseconds