Home
last modified time | relevance | path

Searched refs:gateway (Results 1 – 12 of 12) sorted by relevance

/drivers/scsi/qedi/
A Dqedi_nvm_iscsi_cfg.h39 union nvm_iscsi_ipv4_addr gateway; /* 0x8 */ member
55 union nvm_iscsi_ipv6_addr gateway; /* 0x20 */ member
A Dqedi_main.c2060 gw = ipv6_en ? initiator->ipv6.gateway.byte : in qedi_show_boot_eth_info()
2061 initiator->ipv4.gateway.byte; in qedi_show_boot_eth_info()
/drivers/scsi/be2iscsi/
A Dbe_iscsi.c580 struct be_cmd_get_def_gateway_resp gateway; in beiscsi_iface_get_param() local
610 memset(&gateway, 0, sizeof(gateway)); in beiscsi_iface_get_param()
611 len = beiscsi_if_get_gw(phba, BEISCSI_IP_TYPE_V4, &gateway); in beiscsi_iface_get_param()
613 len = sprintf(buf, "%pI4\n", &gateway.ip_addr.addr); in beiscsi_iface_get_param()
/drivers/firmware/
A Discsi_ibft.c123 char gateway[16]; member
326 str += sprintf_ipaddr(str, nic->gateway); in ibft_attr_show_nic()
497 if (address_not_null(nic->gateway)) in ibft_check_nic_for()
/drivers/phy/intel/
A DKconfig39 This driver configures ComboPhy subsystem on Intel gateway
/drivers/leds/blink/
A DKconfig22 gateway-on-a-chip SoC to be shipped on mid and high end home
/drivers/scsi/
A Discsi_boot_sysfs.c164 iscsi_boot_rd_attr(eth_gateway, gateway, ISCSI_BOOT_ETH_GATEWAY);
A Dscsi_transport_iscsi.c339 iscsi_iface_net_attr(ipv4_iface, gateway, ISCSI_NET_PARAM_IPV4_GW);
/drivers/scsi/qla4xxx/
A Dql4_def.h472 uint8_t gateway[IP_ADDR_LEN]; member
A Dql4_mbx.c478 memcpy(ha->ip_config.gateway, init_fw_cb->ipv4_gw_addr, in qla4xxx_update_local_ip()
479 min(sizeof(ha->ip_config.gateway), in qla4xxx_update_local_ip()
A Dql4_os.c1285 len = sprintf(buf, "%pI4\n", &ha->ip_config.gateway); in qla4xxx_get_iface_param()
/drivers/net/ethernet/mellanox/mlxsw/
A Dspectrum_router.c3114 gateway:1, /* routes using the group use a gateway */ member
3619 !nh_grp->nhgi->gateway) in mlxsw_sp_nexthop_group_insert()
3631 !nh_grp->nhgi->gateway) in mlxsw_sp_nexthop_group_remove()
4173 if (!nhgi->gateway) in mlxsw_sp_nexthop_group_refresh()
4406 if (!nh->nhgi->gateway || nh->neigh_entry) in mlxsw_sp_nexthop_neigh_init()
4499 if (!nh->nhgi->gateway || nh->ipip_entry) in mlxsw_sp_nexthop_ipip_init()
5205 nhgi->gateway = mlxsw_sp_nexthop_obj_is_gateway(mlxsw_sp, info); in mlxsw_sp_nexthop_obj_group_info_init()
5786 nhgi->gateway = mlxsw_sp_fi_is_gateway(mlxsw_sp, nh_grp->ipv4.fi); in mlxsw_sp_nexthop4_group_info_init()
6444 if (nhgi->gateway) in mlxsw_sp_fib4_entry_type_set()
7042 nhgi->gateway = mlxsw_sp_rt6_is_gateway(mlxsw_sp, mlxsw_sp_rt6->rt); in mlxsw_sp_nexthop6_group_info_init()
[all …]

Completed in 80 milliseconds