/kernel/linux/linux-5.10/drivers/scsi/be2iscsi/ |
H A D | be_mgmt.c | 165 req->ip_address.ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection() 173 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection() 176 req->ip_address.ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection() 183 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection() 424 static inline bool beiscsi_if_zero_ip(u8 *ip, u32 ip_type) in beiscsi_if_zero_ip() argument 428 len = (ip_type < BEISCSI_IP_TYPE_V6) ? IP_V4_LEN : IP_V6_LEN; in beiscsi_if_zero_ip() 435 u32 action, u32 ip_type, u8 *gw) in beiscsi_if_mod_gw() 449 req->ip_addr.ip_type = ip_type; in beiscsi_if_mod_gw() 451 (ip_type < BEISCSI_IP_TYPE_V in beiscsi_if_mod_gw() 434 beiscsi_if_mod_gw(struct beiscsi_hba *phba, u32 action, u32 ip_type, u8 *gw) beiscsi_if_mod_gw() argument 455 beiscsi_if_set_gw(struct beiscsi_hba *phba, u32 ip_type, u8 *gw) beiscsi_if_set_gw() argument 486 beiscsi_if_get_gw(struct beiscsi_hba *phba, u32 ip_type, struct be_cmd_get_def_gateway_resp *resp) beiscsi_if_get_gw() argument 544 beiscsi_if_set_ip(struct beiscsi_hba *phba, u8 *ip, u8 *subnet, u32 ip_type) beiscsi_if_set_ip() argument 587 beiscsi_if_en_static(struct beiscsi_hba *phba, u32 ip_type, u8 *ip, u8 *subnet) beiscsi_if_en_static() argument 634 beiscsi_if_en_dhcp(struct beiscsi_hba *phba, u32 ip_type) beiscsi_if_en_dhcp() argument 734 beiscsi_if_get_info(struct beiscsi_hba *phba, int ip_type, struct be_cmd_get_if_info_resp **if_info) beiscsi_if_get_info() argument [all...] |
H A D | be_mgmt.h | 157 unsigned short ip_type; member 172 int beiscsi_if_en_dhcp(struct beiscsi_hba *phba, u32 ip_type); 174 int beiscsi_if_en_static(struct beiscsi_hba *phba, u32 ip_type, 177 int beiscsi_if_set_gw(struct beiscsi_hba *phba, u32 ip_type, u8 *gw); 179 int beiscsi_if_get_gw(struct beiscsi_hba *phba, u32 ip_type, 185 int beiscsi_if_get_info(struct beiscsi_hba *phba, int ip_type,
|
H A D | be_cmds.h | 377 u8 ip_type; member 491 u8 ip_type; member 501 u32 ip_type; member 534 u32 ip_type; member 542 u32 ip_type; member 553 u32 ip_type; member
|
H A D | be_iscsi.c | 520 int len, ip_type = BEISCSI_IP_TYPE_V4; in __beiscsi_iface_get_param() local 523 ip_type = BEISCSI_IP_TYPE_V6; in __beiscsi_iface_get_param() 525 len = beiscsi_if_get_info(phba, ip_type, &if_info); in __beiscsi_iface_get_param() 644 if (beiscsi_ep->ip_type == BEISCSI_IP_TYPE_V4) in beiscsi_ep_get_param()
|
/kernel/linux/linux-6.6/drivers/scsi/be2iscsi/ |
H A D | be_mgmt.c | 165 req->ip_address.ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection() 173 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V4; in mgmt_open_connection() 176 req->ip_address.ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection() 183 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V6; in mgmt_open_connection() 427 static inline bool beiscsi_if_zero_ip(u8 *ip, u32 ip_type) in beiscsi_if_zero_ip() argument 431 len = (ip_type < BEISCSI_IP_TYPE_V6) ? IP_V4_LEN : IP_V6_LEN; in beiscsi_if_zero_ip() 438 u32 action, u32 ip_type, u8 *gw) in beiscsi_if_mod_gw() 452 req->ip_addr.ip_type = ip_type; in beiscsi_if_mod_gw() 454 (ip_type < BEISCSI_IP_TYPE_V in beiscsi_if_mod_gw() 437 beiscsi_if_mod_gw(struct beiscsi_hba *phba, u32 action, u32 ip_type, u8 *gw) beiscsi_if_mod_gw() argument 460 beiscsi_if_set_gw(struct beiscsi_hba *phba, u32 ip_type, u8 *gw) beiscsi_if_set_gw() argument 491 beiscsi_if_get_gw(struct beiscsi_hba *phba, u32 ip_type, struct be_cmd_get_def_gateway_resp *resp) beiscsi_if_get_gw() argument 552 beiscsi_if_set_ip(struct beiscsi_hba *phba, u8 *ip, u8 *subnet, u32 ip_type) beiscsi_if_set_ip() argument 596 beiscsi_if_en_static(struct beiscsi_hba *phba, u32 ip_type, u8 *ip, u8 *subnet) beiscsi_if_en_static() argument 644 beiscsi_if_en_dhcp(struct beiscsi_hba *phba, u32 ip_type) beiscsi_if_en_dhcp() argument 744 beiscsi_if_get_info(struct beiscsi_hba *phba, int ip_type, struct be_cmd_get_if_info_resp **if_info) beiscsi_if_get_info() argument [all...] |
H A D | be_mgmt.h | 157 unsigned short ip_type; member 172 int beiscsi_if_en_dhcp(struct beiscsi_hba *phba, u32 ip_type); 174 int beiscsi_if_en_static(struct beiscsi_hba *phba, u32 ip_type, 177 int beiscsi_if_set_gw(struct beiscsi_hba *phba, u32 ip_type, u8 *gw); 179 int beiscsi_if_get_gw(struct beiscsi_hba *phba, u32 ip_type, 185 int beiscsi_if_get_info(struct beiscsi_hba *phba, int ip_type,
|
H A D | be_cmds.h | 377 u8 ip_type; member 491 u8 ip_type; member 501 u32 ip_type; member 534 u32 ip_type; member 542 u32 ip_type; member 553 u32 ip_type; member
|
H A D | be_iscsi.c | 520 int len, ip_type = BEISCSI_IP_TYPE_V4; in __beiscsi_iface_get_param() local 523 ip_type = BEISCSI_IP_TYPE_V6; in __beiscsi_iface_get_param() 525 len = beiscsi_if_get_info(phba, ip_type, &if_info); in __beiscsi_iface_get_param() 644 if (beiscsi_ep->ip_type == BEISCSI_IP_TYPE_V4) in beiscsi_ep_get_param()
|
/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | smartreflex.c | 58 if (sr->ip_type == SR_TYPE_V1 && offset == ERRCONFIG_V1) in sr_modify_reg() 60 else if (sr->ip_type == SR_TYPE_V2 && offset == ERRCONFIG_V2) in sr_modify_reg() 100 switch (sr_info->ip_type) { in sr_interrupt() 117 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...] |
/kernel/linux/linux-6.6/drivers/soc/ti/ |
H A D | smartreflex.c | 58 if (sr->ip_type == SR_TYPE_V1 && offset == ERRCONFIG_V1) in sr_modify_reg() 60 else if (sr->ip_type == SR_TYPE_V2 && offset == ERRCONFIG_V2) in sr_modify_reg() 100 switch (sr_info->ip_type) { in sr_interrupt() 117 sr_info->ip_type); in sr_interrupt() 359 switch (sr->ip_type) { in sr_configure_errgen() 417 switch (sr->ip_type) { in sr_disable_errgen() 482 switch (sr->ip_type) { in sr_configure_minmax() 508 switch (sr->ip_type) { in sr_configure_minmax() 622 switch (sr->ip_type) { in sr_disable() 631 sr->ip_type); in sr_disable() [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-omap2/ |
H A D | sr_device.c | 112 sr_data->ip_type = 1; in sr_init_by_name() 114 sr_data->ip_type = 2; in sr_init_by_name()
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | sr_device.c | 110 sr_data->ip_type = 1; in sr_init_by_name() 112 sr_data->ip_type = 2; in sr_init_by_name()
|
/kernel/linux/linux-5.10/include/linux/power/ |
H A D | smartreflex.h | 159 int ip_type; member 265 * @ip_type: Smartreflex IP type. 282 int ip_type; member
|
/kernel/linux/linux-6.6/include/linux/power/ |
H A D | smartreflex.h | 160 int ip_type; member 267 * @ip_type: Smartreflex IP type. 282 int ip_type; member
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | amdgpu_drm.h | 429 __u32 ip_type; member 447 __u32 ip_type; member 618 __u32 ip_type; member 626 __u32 ip_type; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
H A D | amdgpu_drm.h | 269 __u32 ip_type; member 284 __u32 ip_type; member 396 __u32 ip_type; member 403 __u32 ip_type; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | amdgpu_drm.h | 254 __u32 ip_type; member 268 __u32 ip_type; member 370 __u32 ip_type; member 375 __u32 ip_type; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | amdgpu_drm.h | 254 __u32 ip_type; member 268 __u32 ip_type; member 370 __u32 ip_type; member 375 __u32 ip_type; member
|
/kernel/linux/linux-6.6/include/uapi/drm/ |
H A D | amdgpu_drm.h | 471 __u32 ip_type; member 489 __u32 ip_type; member 667 __u32 ip_type; member 675 __u32 ip_type; member
|
/kernel/linux/linux-5.10/drivers/scsi/qedi/ |
H A D | qedi_iscsi.c | 520 if (qedi_ep->ip_type == TCP_IPV4) { in qedi_iscsi_offload_conn() 568 (qedi_ep->ip_type == TCP_IPV6), in qedi_iscsi_offload_conn() 647 if (qedi_ep->ip_type == TCP_IPV4) in qedi_ep_get_param() 675 if (qedi->ip_type == TCP_IPV4) in qedi_host_get_param() 920 qedi_ep->ip_type = TCP_IPV4; in qedi_ep_connect() 929 qedi_ep->ip_type = TCP_IPV6; in qedi_ep_connect() 966 if (qedi_ep->ip_type == TCP_IPV4) { in qedi_ep_connect() 1321 if (qedi_ep->ip_type == TCP_IPV4) { in qedi_set_path() 1326 qedi->ip_type = TCP_IPV4; in qedi_set_path() 1337 qedi->ip_type in qedi_set_path() [all...] |
H A D | qedi_iscsi.h | 74 u8 ip_type; member
|
/kernel/linux/linux-6.6/drivers/scsi/qedi/ |
H A D | qedi_iscsi.c | 521 if (qedi_ep->ip_type == TCP_IPV4) { in qedi_iscsi_offload_conn() 569 (qedi_ep->ip_type == TCP_IPV6), in qedi_iscsi_offload_conn() 679 if (qedi_ep->ip_type == TCP_IPV4) in qedi_ep_get_param() 707 if (qedi->ip_type == TCP_IPV4) in qedi_host_get_param() 952 qedi_ep->ip_type = TCP_IPV4; in qedi_ep_connect() 961 qedi_ep->ip_type = TCP_IPV6; in qedi_ep_connect() 998 if (qedi_ep->ip_type == TCP_IPV4) { in qedi_ep_connect() 1360 if (qedi_ep->ip_type == TCP_IPV4) { in qedi_set_path() 1365 qedi->ip_type = TCP_IPV4; in qedi_set_path() 1376 qedi->ip_type in qedi_set_path() [all...] |
H A D | qedi_iscsi.h | 74 u8 ip_type; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | xdpwall.c | 79 enum ip_type { V4 = 1, V6 = 2 }; enum 94 enum ip_type type;
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mellanox/mlx5/core/en/ |
H A D | xdp.c | 242 u32 hash_type, l4_type, ip_type, lookup; in mlx5e_xdp_rx_hash() local 251 ip_type = hash_type & CQE_RSS_HTYPE_IP; in mlx5e_xdp_rx_hash() 253 lookup = ip_type | l4_type; in mlx5e_xdp_rx_hash()
|