Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/mach-omap2/
Dsmartreflex.c39 int ip_type; member
89 if (sr->ip_type == SR_TYPE_V1) { in sr_modify_reg()
92 } else if (sr->ip_type == SR_TYPE_V2) { in sr_modify_reg()
132 if (sr_info->ip_type == SR_TYPE_V1) { in sr_interrupt()
138 } else if (sr_info->ip_type == SR_TYPE_V2) { in sr_interrupt()
420 if (sr->ip_type == SR_TYPE_V1) { in sr_configure_errgen()
427 } else if (sr->ip_type == SR_TYPE_V2) { in sr_configure_errgen()
490 if (sr->ip_type == SR_TYPE_V1) { in sr_configure_minmax()
494 } else if (sr->ip_type == SR_TYPE_V2) { in sr_configure_minmax()
513 if (sr->ip_type == SR_TYPE_V1) { in sr_configure_minmax()
[all …]
Dsr_device.c101 sr_data->ip_type = oh->class->rev; in sr_dev_init()
Dsmartreflex.h213 int ip_type; member
/linux-2.6.39/drivers/scsi/be2iscsi/
Dbe_mgmt.c377 req->ip_address.ip_type = BE2_IPV4; in mgmt_open_connection()
385 beiscsi_ep->ip_type = BE2_IPV4; in mgmt_open_connection()
387 req->ip_address.ip_type = BE2_IPV6; in mgmt_open_connection()
394 beiscsi_ep->ip_type = BE2_IPV6; in mgmt_open_connection()
Dbe_mgmt.h234 unsigned short ip_type; member
Dbe_cmds.h280 u8 ip_type; member
Dbe_iscsi.c233 if (beiscsi_ep->ip_type == BE2_IPV4) in beiscsi_ep_get_param()
Dbe_main.c228 if (phba->boot_sess.conn_list[0].dest_ipaddr.ip_type == 0x1) in beiscsi_show_boot_tgt_info()