Home
last modified time | relevance | path

Searched refs:ip_type (Results 1 – 11 of 11) sorted by relevance

/linux-4.1.27/drivers/power/avs/
Dsmartreflex.c61 if (sr->ip_type == SR_TYPE_V1 && offset == ERRCONFIG_V1) in sr_modify_reg()
63 else if (sr->ip_type == SR_TYPE_V2 && offset == ERRCONFIG_V2) in sr_modify_reg()
103 switch (sr_info->ip_type) { in sr_interrupt()
120 sr_info->ip_type); in sr_interrupt()
373 switch (sr->ip_type) { in sr_configure_errgen()
431 switch (sr->ip_type) { in sr_disable_errgen()
496 switch (sr->ip_type) { in sr_configure_minmax()
522 switch (sr->ip_type) { in sr_configure_minmax()
632 switch (sr->ip_type) { in sr_disable()
641 sr->ip_type); in sr_disable()
[all …]
/linux-4.1.27/drivers/scsi/be2iscsi/
Dbe_mgmt.c754 req->ip_address.ip_type = BE2_IPV4; in mgmt_open_connection()
762 beiscsi_ep->ip_type = BE2_IPV4; in mgmt_open_connection()
764 req->ip_address.ip_type = BE2_IPV6; in mgmt_open_connection()
771 beiscsi_ep->ip_type = BE2_IPV6; in mgmt_open_connection()
923 uint32_t ip_type; in mgmt_static_ip_modify() local
932 ip_type = (ip_param->param == ISCSI_NET_PARAM_IPV6_ADDR) ? in mgmt_static_ip_modify()
942 req->ip_params.ip_record.ip_addr.ip_type = ip_type; in mgmt_static_ip_modify()
985 req->ip_addr.ip_type = BE2_IPV4; in mgmt_modify_gateway()
1003 uint32_t ip_type; in mgmt_set_ip() local
1009 ip_type = (ip_param->param == ISCSI_NET_PARAM_IPV6_ADDR) ? in mgmt_set_ip()
[all …]
Dbe_mgmt.h260 unsigned short ip_type; member
296 int mgmt_get_if_info(struct beiscsi_hba *phba, int ip_type,
299 int mgmt_get_gateway(struct beiscsi_hba *phba, int ip_type,
Dbe_cmds.h322 u8 ip_type; member
423 u8 ip_type; member
433 u32 ip_type; member
466 u32 ip_type; member
474 u32 ip_type; member
485 u32 ip_type; member
Dbe_iscsi.c538 int len, ip_type = BE2_IPV4; in be2iscsi_get_if_param() local
541 ip_type = BE2_IPV6; in be2iscsi_get_if_param()
543 len = mgmt_get_if_info(phba, ip_type, &if_info); in be2iscsi_get_if_param()
657 if (beiscsi_ep->ip_type == BE2_IPV4) in beiscsi_ep_get_param()
Dbe_main.c391 if (boot_conn->dest_ipaddr.ip_type == 0x1) in beiscsi_show_boot_tgt_info()
/linux-4.1.27/include/linux/power/
Dsmartreflex.h155 int ip_type; member
279 int ip_type; member
/linux-4.1.27/arch/arm/mach-omap2/
Dsr_device.c120 sr_data->ip_type = oh->class->rev; in sr_dev_init()
/linux-4.1.27/drivers/scsi/qla4xxx/
Dql4_def.h535 u8 ip_type; member
Dql4_os.c5786 if (boot_sess->conn_list[0].dest_ipaddr.ip_type == 0x1) in qla4xxx_show_boot_tgt_info()
6077 boot_conn->dest_ipaddr.ip_type = 0x1; in qla4xxx_get_boot_target()
/linux-4.1.27/drivers/net/wireless/ath/ath6kl/
Dwmi.c307 u16 ip_type = IP_ETHERTYPE; in ath6kl_wmi_implicit_create_pstream() local
332 if (llc_hdr->eth_type == htons(ip_type)) { in ath6kl_wmi_implicit_create_pstream()