Searched refs:fc_flags (Results 1 – 16 of 16) sorted by relevance
54 __u8 fc_flags; /* additional len & flags */ member66 __u8 fc_flags; /* additional len & flags */ member
225 fcp->fc_flags |= FCP_CFL_RDDATA; in zfcp_fc_scsi_to_fcp()227 fcp->fc_flags |= FCP_CFL_WRDATA; in zfcp_fc_scsi_to_fcp()
1560 rt = ip6_dst_alloc(net, NULL, (cfg->fc_flags & RTF_ADDRCONF) ? 0 : DST_NOCOUNT, table); in ip6_route_info_create()1567 if (cfg->fc_flags & RTF_EXPIRES) in ip6_route_info_create()1581 else if (cfg->fc_flags & RTF_LOCAL) in ip6_route_info_create()1605 if ((cfg->fc_flags & RTF_REJECT) || in ip6_route_info_create()1608 !(cfg->fc_flags & RTF_LOCAL))) { in ip6_route_info_create()1646 if (cfg->fc_flags & RTF_GATEWAY) { in ip6_route_info_create()1710 rt->rt6i_flags = cfg->fc_flags; in ip6_route_info_create()1813 if (cfg->fc_flags & RTF_GATEWAY && in ip6_route_del()2031 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info()2043 cfg.fc_flags |= RTF_DEFAULT; in rt6_add_route_info()[all …]
2096 .fc_flags = RTF_UP | flags, in addrconf_prefix_route()2109 cfg.fc_flags |= RTF_NONEXTHOP; in addrconf_prefix_route()2158 .fc_flags = RTF_UP, in addrconf_add_mroute()
528 if (fcp->fc_flags & FCP_CFL_LEN_MASK) in ft_send_work()539 switch (fcp->fc_flags & (FCP_CFL_RDDATA | FCP_CFL_WRDATA)) { in ft_send_work()
38 u32 fc_flags; member
37 u32 fc_flags; member
462 (cfg->fc_flags & ~0xFF) | rtnh->rtnh_flags; in fib_get_nhs()819 fi->fib_flags = cfg->fc_flags; in fib_create_info()884 nh->nh_flags = cfg->fc_flags; in fib_create_info()
616 cfg->fc_flags = rtm->rtm_flags; in rtm_to_fib_config()
180 fcp_cmnd->fc_flags = FCP_CFL_WRDATA; in csio_scsi_fcp_cmnd()182 fcp_cmnd->fc_flags = FCP_CFL_RDDATA; in csio_scsi_fcp_cmnd()184 fcp_cmnd->fc_flags = 0; in csio_scsi_fcp_cmnd()
3048 uint32_t fc_flags = 0; in lpfc_mbx_process_link_up() local3090 fc_flags |= FC_LBIT; in lpfc_mbx_process_link_up()3139 fc_flags |= FC_LBIT; in lpfc_mbx_process_link_up()3143 if (fc_flags) { in lpfc_mbx_process_link_up()3145 vport->fc_flag |= fc_flags; in lpfc_mbx_process_link_up()
1826 u32 fc_flags, rsp_len; in ibmvfc_bsg_request() local1839 fc_flags = IBMVFC_FC_ELS; in ibmvfc_bsg_request()1847 fc_flags = IBMVFC_FC_CT_IU; in ibmvfc_bsg_request()1908 mad->iu.flags = cpu_to_be32(fc_flags); in ibmvfc_bsg_request()
1099 fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK; in fc_fcp_pkt_send()
1739 fcp_cmnd->fc_flags = io_req->io_req_flags; in bnx2fc_build_fcp_cmnd()
877 if ((fcp->fc_flags & FCP_CFL_WRDATA) && in fcoe_oem_match()
769 * Weed out some unused fc_flags. Add FC_DISC_TMO.