Lines Matching refs:ntf_params
201 if (work->fw_update.ntf_params.portid == info->snd_portid && in module_flash_fw_work_list_add()
287 work->fw_update.ntf_params.portid == sk_priv->portid) { in ethnl_module_fw_flash_sock_destroy()
288 work->fw_update.ntf_params.closed_sock = true; in ethnl_module_fw_flash_sock_destroy()
325 fw_update->ntf_params.portid = info->snd_portid; in module_flash_fw_schedule()
326 fw_update->ntf_params.seq = info->snd_seq; in module_flash_fw_schedule()
327 fw_update->ntf_params.closed_sock = false; in module_flash_fw_schedule()
329 err = ethnl_sock_priv_set(skb, dev, fw_update->ntf_params.portid, in module_flash_fw_schedule()
479 struct ethnl_module_fw_flash_ntf_params *ntf_params, in ethnl_module_fw_flash_ntf() argument
487 if (ntf_params->closed_sock) in ethnl_module_fw_flash_ntf()
494 hdr = ethnl_unicast_put(skb, ntf_params->portid, ++ntf_params->seq, in ethnl_module_fw_flash_ntf()
518 genlmsg_unicast(dev_net(dev), skb, ntf_params->portid); in ethnl_module_fw_flash_ntf()