Lines Matching refs:netdev

37 	struct netdevsim *ns = netdev_priv(ctx->netdev);
49 netdev_err(ctx->netdev, "%s: nsim_secy_count not full but all SecYs used\n",
54 netdev_dbg(ctx->netdev, "%s: adding new secy with sci %08llx at index %d\n",
66 struct netdevsim *ns = netdev_priv(ctx->netdev);
71 netdev_err(ctx->netdev, "%s: sci %08llx not found in secy table\n",
76 netdev_dbg(ctx->netdev, "%s: updating secy with sci %08llx at index %d\n",
84 struct netdevsim *ns = netdev_priv(ctx->netdev);
89 netdev_err(ctx->netdev, "%s: sci %08llx not found in secy table\n",
94 netdev_dbg(ctx->netdev, "%s: removing SecY with SCI %08llx at index %d\n",
106 struct netdevsim *ns = netdev_priv(ctx->netdev);
112 netdev_err(ctx->netdev, "%s: sci %08llx not found in secy table\n",
127 netdev_err(ctx->netdev, "%s: nsim_rxsc_count not full but all RXSCs used\n",
130 netdev_dbg(ctx->netdev, "%s: adding new rxsc with sci %08llx at index %d\n",
141 struct netdevsim *ns = netdev_priv(ctx->netdev);
147 netdev_err(ctx->netdev, "%s: sci %08llx not found in secy table\n",
155 netdev_err(ctx->netdev, "%s: sci %08llx not found in RXSC table\n",
160 netdev_dbg(ctx->netdev, "%s: updating RXSC with sci %08llx at index %d\n",
168 struct netdevsim *ns = netdev_priv(ctx->netdev);
174 netdev_err(ctx->netdev, "%s: sci %08llx not found in secy table\n",
182 netdev_err(ctx->netdev, "%s: sci %08llx not found in RXSC table\n",
187 netdev_dbg(ctx->netdev, "%s: removing RXSC with sci %08llx at index %d\n",
199 struct netdevsim *ns = netdev_priv(ctx->netdev);
205 netdev_err(ctx->netdev, "%s: sci %08llx not found in secy table\n",
213 netdev_err(ctx->netdev, "%s: sci %08llx not found in RXSC table\n",
218 netdev_dbg(ctx->netdev, "%s: RXSC with sci %08llx, AN %u\n",
226 struct netdevsim *ns = netdev_priv(ctx->netdev);
232 netdev_err(ctx->netdev, "%s: sci %08llx not found in secy table\n",
240 netdev_err(ctx->netdev, "%s: sci %08llx not found in RXSC table\n",
245 netdev_dbg(ctx->netdev, "%s: RXSC with sci %08llx, AN %u\n",
253 struct netdevsim *ns = netdev_priv(ctx->netdev);
259 netdev_err(ctx->netdev, "%s: sci %08llx not found in secy table\n",
267 netdev_err(ctx->netdev, "%s: sci %08llx not found in RXSC table\n",
272 netdev_dbg(ctx->netdev, "%s: RXSC with sci %08llx, AN %u\n",
280 struct netdevsim *ns = netdev_priv(ctx->netdev);
285 netdev_err(ctx->netdev, "%s: sci %08llx not found in secy table\n",
290 netdev_dbg(ctx->netdev, "%s: SECY with sci %08llx, AN %u\n",
298 struct netdevsim *ns = netdev_priv(ctx->netdev);
303 netdev_err(ctx->netdev, "%s: sci %08llx not found in secy table\n",
308 netdev_dbg(ctx->netdev, "%s: SECY with sci %08llx, AN %u\n",
316 struct netdevsim *ns = netdev_priv(ctx->netdev);
321 netdev_err(ctx->netdev, "%s: sci %08llx not found in secy table\n",
326 netdev_dbg(ctx->netdev, "%s: SECY with sci %08llx, AN %u\n",
349 ns->netdev->macsec_ops = &nsim_macsec_ops;
350 ns->netdev->features |= NETIF_F_HW_MACSEC;