/linux-4.4.14/drivers/power/avs/ |
D | smartreflex.c | 61 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/ |
D | be_mgmt.c | 754 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 …]
|
D | be_mgmt.h | 260 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,
|
D | be_cmds.h | 333 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
|
D | be_iscsi.c | 538 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()
|
D | be_main.c | 391 if (boot_conn->dest_ipaddr.ip_type == 0x1) in beiscsi_show_boot_tgt_info()
|
/linux-4.4.14/include/linux/power/ |
D | smartreflex.h | 155 int ip_type; member 279 int ip_type; member
|
/linux-4.4.14/include/uapi/drm/ |
D | amdgpu_drm.h | 284 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/ |
D | amdgpu_cs.c | 74 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()
|
D | amdgpu.h | 2308 int amdgpu_cs_get_ring(struct amdgpu_device *adev, u32 ip_type,
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | sr_device.c | 120 sr_data->ip_type = oh->class->rev; in sr_dev_init()
|
/linux-4.4.14/drivers/scsi/qla4xxx/ |
D | ql4_def.h | 536 u8 ip_type; member
|
D | ql4_os.c | 5785 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/ |
D | wmi.c | 307 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()
|