Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/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.h333 u8 ip_type; member
434 u8 ip_type; member
444 u32 ip_type; member
477 u32 ip_type; member
485 u32 ip_type; member
496 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.4.14/include/linux/power/
Dsmartreflex.h155 int ip_type; member
279 int ip_type; member
/linux-4.4.14/include/uapi/drm/
Damdgpu_drm.h284 uint32_t ip_type; member
399 uint32_t ip_type; member
407 uint32_t ip_type; member
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Damdgpu_cs.c74 int amdgpu_cs_get_ring(struct amdgpu_device *adev, u32 ip_type, in amdgpu_cs_get_ring() argument
84 switch (ip_type) { in amdgpu_cs_get_ring()
86 DRM_ERROR("unknown ip type: %d\n", ip_type); in amdgpu_cs_get_ring()
637 r = amdgpu_cs_get_ring(adev, chunk_ib->ip_type, in amdgpu_cs_ib_fill()
764 r = amdgpu_cs_get_ring(adev, deps[j].ip_type, in amdgpu_cs_dependencies()
935 r = amdgpu_cs_get_ring(adev, wait->in.ip_type, wait->in.ip_instance, in amdgpu_cs_wait_ioctl()
Damdgpu.h2308 int amdgpu_cs_get_ring(struct amdgpu_device *adev, u32 ip_type,
/linux-4.4.14/arch/arm/mach-omap2/
Dsr_device.c120 sr_data->ip_type = oh->class->rev; in sr_dev_init()
/linux-4.4.14/drivers/scsi/qla4xxx/
Dql4_def.h536 u8 ip_type; member
Dql4_os.c5785 if (boot_sess->conn_list[0].dest_ipaddr.ip_type == 0x1) in qla4xxx_show_boot_tgt_info()
6076 boot_conn->dest_ipaddr.ip_type = 0x1; in qla4xxx_get_boot_target()
/linux-4.4.14/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()