Lines Matching refs:ntf_params
200 if (work->fw_update.ntf_params.portid == info->snd_portid && in module_flash_fw_work_list_add()
286 work->fw_update.ntf_params.portid == sk_priv->portid) { in ethnl_module_fw_flash_sock_destroy()
287 work->fw_update.ntf_params.closed_sock = true; in ethnl_module_fw_flash_sock_destroy()
324 fw_update->ntf_params.portid = info->snd_portid; in module_flash_fw_schedule()
325 fw_update->ntf_params.seq = info->snd_seq; in module_flash_fw_schedule()
326 fw_update->ntf_params.closed_sock = false; in module_flash_fw_schedule()
328 err = ethnl_sock_priv_set(skb, dev, fw_update->ntf_params.portid, in module_flash_fw_schedule()
476 struct ethnl_module_fw_flash_ntf_params *ntf_params, in ethnl_module_fw_flash_ntf() argument
484 if (ntf_params->closed_sock) in ethnl_module_fw_flash_ntf()
491 hdr = ethnl_unicast_put(skb, ntf_params->portid, ++ntf_params->seq, in ethnl_module_fw_flash_ntf()
515 genlmsg_unicast(dev_net(dev), skb, ntf_params->portid); in ethnl_module_fw_flash_ntf()