Searched refs:ip_type (Results 1 - 21 of 21) sorted by relevance

/linux-master/drivers/scsi/be2iscsi/
H A Dbe_mgmt.h157 unsigned short ip_type; member in struct:beiscsi_endpoint
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 Dbe_mgmt.c165 req->ip_address.ip_type = BEISCSI_IP_TYPE_V4;
173 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V4;
176 req->ip_address.ip_type = BEISCSI_IP_TYPE_V6;
183 beiscsi_ep->ip_type = BEISCSI_IP_TYPE_V6;
427 static inline bool beiscsi_if_zero_ip(u8 *ip, u32 ip_type) argument
431 len = (ip_type < BEISCSI_IP_TYPE_V6) ? IP_V4_LEN : IP_V6_LEN;
438 u32 action, u32 ip_type, u8 *gw)
452 req->ip_addr.ip_type = ip_type;
454 (ip_type < BEISCSI_IP_TYPE_V
437 beiscsi_if_mod_gw(struct beiscsi_hba *phba, u32 action, u32 ip_type, u8 *gw) argument
460 beiscsi_if_set_gw(struct beiscsi_hba *phba, u32 ip_type, u8 *gw) argument
491 beiscsi_if_get_gw(struct beiscsi_hba *phba, u32 ip_type, struct be_cmd_get_def_gateway_resp *resp) argument
552 beiscsi_if_set_ip(struct beiscsi_hba *phba, u8 *ip, u8 *subnet, u32 ip_type) argument
596 beiscsi_if_en_static(struct beiscsi_hba *phba, u32 ip_type, u8 *ip, u8 *subnet) argument
644 beiscsi_if_en_dhcp(struct beiscsi_hba *phba, u32 ip_type) argument
744 beiscsi_if_get_info(struct beiscsi_hba *phba, int ip_type, struct be_cmd_get_if_info_resp **if_info) argument
[all...]
H A Dbe_cmds.h377 u8 ip_type; member in struct:ip_addr_format
491 u8 ip_type; member in struct:be_ip_addr_subnet_format
501 u32 ip_type; member in struct:be_cmd_get_if_info_req
534 u32 ip_type; member in struct:be_cmd_set_dhcp_req
542 u32 ip_type; member in struct:be_cmd_rel_dhcp_req
553 u32 ip_type; member in struct:be_cmd_get_def_gateway_req
H A Dbe_iscsi.c520 int len, ip_type = BEISCSI_IP_TYPE_V4; local
523 ip_type = BEISCSI_IP_TYPE_V6;
525 len = beiscsi_if_get_info(phba, ip_type, &if_info);
644 if (beiscsi_ep->ip_type == BEISCSI_IP_TYPE_V4)
H A Dbe_main.c4943 if (boot_conn->dest_ipaddr.ip_type == BEISCSI_IP_TYPE_V4)
/linux-master/drivers/soc/ti/
H A Dsmartreflex.c58 if (sr->ip_type == SR_TYPE_V1 && offset == ERRCONFIG_V1)
60 else if (sr->ip_type == SR_TYPE_V2 && offset == ERRCONFIG_V2)
100 switch (sr_info->ip_type) {
117 sr_info->ip_type);
359 switch (sr->ip_type) {
417 switch (sr->ip_type) {
482 switch (sr->ip_type) {
508 switch (sr->ip_type) {
622 switch (sr->ip_type) {
631 sr->ip_type);
[all...]
/linux-master/arch/arm/mach-omap2/
H A Dsr_device.c110 sr_data->ip_type = 1;
112 sr_data->ip_type = 2;
/linux-master/include/linux/power/
H A Dsmartreflex.h160 int ip_type; member in struct:omap_sr
267 * @ip_type: Smartreflex IP type.
282 int ip_type; member in struct:omap_sr_data
/linux-master/drivers/scsi/qedi/
H A Dqedi_iscsi.h74 u8 ip_type; member in struct:qedi_endpoint
H A Dqedi_iscsi.c521 if (qedi_ep->ip_type == TCP_IPV4) {
569 (qedi_ep->ip_type == TCP_IPV6),
679 if (qedi_ep->ip_type == TCP_IPV4)
707 if (qedi->ip_type == TCP_IPV4)
952 qedi_ep->ip_type = TCP_IPV4;
961 qedi_ep->ip_type = TCP_IPV6;
998 if (qedi_ep->ip_type == TCP_IPV4) {
1360 if (qedi_ep->ip_type == TCP_IPV4) {
1365 qedi->ip_type = TCP_IPV4;
1376 qedi->ip_type
[all...]
H A Dqedi.h291 u8 ip_type; member in struct:qedi_ctx
H A Dqedi_main.c980 if (qedi_conn->ep->ip_type == TCP_IPV4)
/linux-master/include/uapi/drm/
H A Damdgpu_drm.h479 __u32 ip_type; member in struct:drm_amdgpu_wait_cs_in
497 __u32 ip_type; member in struct:drm_amdgpu_fence
676 __u32 ip_type; member in struct:drm_amdgpu_cs_chunk_ib
684 __u32 ip_type; member in struct:drm_amdgpu_cs_chunk_dep
/linux-master/tools/testing/selftests/bpf/progs/
H A Dxdpwall.c79 enum ip_type { V4 = 1, V6 = 2 }; enum
94 enum ip_type type;
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_cs.c80 r = amdgpu_ctx_get_entity(p->ctx, chunk_ib->ip_type,
117 if (num_ibs[r] >= amdgpu_ring_max_ibs(chunk_ib->ip_type))
351 if (chunk_ib->ip_type == AMDGPU_HW_IP_GFX &&
401 r = amdgpu_ctx_get_entity(ctx, deps[i].ip_type,
1474 r = amdgpu_ctx_get_entity(ctx, wait->in.ip_type, wait->in.ip_instance,
1522 r = amdgpu_ctx_get_entity(ctx, user->ip_type, user->ip_instance,
H A Damdgpu_mes.c44 int ip_type, uint64_t *doorbell_index)
49 if (ip_type == AMDGPU_RING_TYPE_SDMA)
42 amdgpu_mes_kernel_doorbell_get(struct amdgpu_device *adev, struct amdgpu_mes_process *process, int ip_type, uint64_t *doorbell_index) argument
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.c242 u32 hash_type, l4_type, ip_type, lookup; local
251 ip_type = hash_type & CQE_RSS_HTYPE_IP;
253 lookup = ip_type | l4_type;
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_def.h534 u8 ip_type; member in struct:ip_address_format
H A Dql4_os.c5824 if (boot_sess->conn_list[0].dest_ipaddr.ip_type == 0x1)
6115 boot_conn->dest_ipaddr.ip_type = 0x1;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.c307 u16 ip_type = IP_ETHERTYPE; local
332 if (llc_hdr->eth_type == htons(ip_type)) {
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_hsi.h4190 u8 ip_type; member in struct:rx_udp_filter_ramrod_data

Completed in 362 milliseconds