Searched refs:fib_data (Results 1 – 9 of 9) sorted by relevance
/linux-6.6.21/drivers/net/netdevsim/ |
D | fib.c | 136 u64 nsim_fib_get_val(struct nsim_fib_data *fib_data, in nsim_fib_get_val() argument 143 entry = &fib_data->ipv4.fib; in nsim_fib_get_val() 146 entry = &fib_data->ipv4.rules; in nsim_fib_get_val() 149 entry = &fib_data->ipv6.fib; in nsim_fib_get_val() 152 entry = &fib_data->ipv6.rules; in nsim_fib_get_val() 155 entry = &fib_data->nexthops; in nsim_fib_get_val() 164 static void nsim_fib_set_max(struct nsim_fib_data *fib_data, in nsim_fib_set_max() argument 171 entry = &fib_data->ipv4.fib; in nsim_fib_set_max() 174 entry = &fib_data->ipv4.rules; in nsim_fib_set_max() 177 entry = &fib_data->ipv6.fib; in nsim_fib_set_max() [all …]
|
D | netdevsim.h | 280 struct nsim_fib_data *fib_data; member 360 void nsim_fib_destroy(struct devlink *devlink, struct nsim_fib_data *fib_data); 361 u64 nsim_fib_get_val(struct nsim_fib_data *fib_data,
|
D | dev.c | 1480 nsim_dev->fib_data = nsim_fib_create(devlink, extack); in nsim_dev_reload_create() 1481 if (IS_ERR(nsim_dev->fib_data)) { in nsim_dev_reload_create() 1482 err = PTR_ERR(nsim_dev->fib_data); in nsim_dev_reload_create() 1516 nsim_fib_destroy(devlink, nsim_dev->fib_data); in nsim_dev_reload_create() 1582 nsim_dev->fib_data = nsim_fib_create(devlink, NULL); in nsim_drv_probe() 1583 if (IS_ERR(nsim_dev->fib_data)) { in nsim_drv_probe() 1584 err = PTR_ERR(nsim_dev->fib_data); in nsim_drv_probe() 1621 nsim_fib_destroy(devlink, nsim_dev->fib_data); in nsim_drv_probe() 1662 nsim_fib_destroy(devlink, nsim_dev->fib_data); in nsim_dev_reload_destroy()
|
/linux-6.6.21/drivers/scsi/aacraid/ |
D | aachba.c | 369 dinfo = (struct aac_get_config_status *) fib_data(fibptr); in aac_get_config_status() 386 = (struct aac_get_config_status_resp *) fib_data(fibptr); in aac_get_config_status() 408 dinfo = (struct aac_commit_config *) fib_data(fibptr); in aac_get_config_status() 464 dinfo = (struct aac_get_container_count *) fib_data(fibptr); in aac_get_containers() 475 dresp = (struct aac_get_container_count_resp *)fib_data(fibptr); in aac_get_containers() 545 get_name_reply = (struct aac_get_name_resp *) fib_data(fibptr); in get_container_name_callback() 594 dinfo = (struct aac_get_name *) fib_data(cmd_fibcontext); in aac_get_container_name() 648 struct aac_mount * dresp = (struct aac_mount *) fib_data(fibptr); in _aac_probe_container2() 700 dresp = (struct aac_mount *) fib_data(fibptr); in _aac_probe_container1() 716 dinfo = (struct aac_query_mount *)fib_data(fibptr); in _aac_probe_container1() [all …]
|
D | dpcsup.c | 249 cmd = (struct aac_aifcmd *) fib_data(fibctx); in aac_aif_callback() 323 cmd = (struct aac_aifcmd *) fib_data(fibctx); in aac_intr_normal()
|
D | commsup.c | 574 … SubCommand = %d.\n", le32_to_cpu(((struct aac_query_mount *)fib_data(fibptr))->command… in aac_fib_send() 1673 cmd = (struct aac_pause *) fib_data(fibctx); in aac_reset_adapter() 2307 srbcmd = (struct aac_srb *)fib_data(fibptr); in aac_send_wellness_command() 2396 info = (__le32 *)fib_data(fibptr); in aac_send_hosttime()
|
D | commctrl.c | 631 srbcmd = (struct aac_srb *) fib_data(srbfib); in aac_send_raw_srb() 977 reply = (struct aac_srb_reply *) fib_data(srbfib); in aac_send_raw_srb()
|
D | comminit.c | 335 cmd = (struct aac_close *) fib_data(fibctx); in aac_send_shutdown()
|
D | aacraid.h | 2717 #define fib_data(fibctx) ((void *)(fibctx)->hw_fib_va->data) macro
|