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()
1796 (cfg->fc_flags & RTF_ADDRCONF) ? 0 : DST_NOCOUNT); in ip6_route_info_create()1803 if (cfg->fc_flags & RTF_EXPIRES) in ip6_route_info_create()1817 else if (cfg->fc_flags & RTF_LOCAL) in ip6_route_info_create()1858 if ((cfg->fc_flags & RTF_REJECT) || in ip6_route_info_create()1861 !(cfg->fc_flags & RTF_LOCAL))) { in ip6_route_info_create()1901 if (cfg->fc_flags & RTF_GATEWAY) { in ip6_route_info_create()1976 rt->rt6i_flags = cfg->fc_flags; in ip6_route_info_create()2076 !(cfg->fc_flags & RTF_CACHE)) in ip6_route_del()2082 if (cfg->fc_flags & RTF_GATEWAY && in ip6_route_del()2292 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | in rt6_add_route_info()[all …]
2162 .fc_flags = RTF_UP | flags, in addrconf_prefix_route()2175 cfg.fc_flags |= RTF_NONEXTHOP; in addrconf_prefix_route()2227 .fc_flags = RTF_UP, in addrconf_add_mroute()
513 if (fcp->fc_flags & FCP_CFL_LEN_MASK) in ft_send_work()524 switch (fcp->fc_flags & (FCP_CFL_RDDATA | FCP_CFL_WRDATA)) { in ft_send_work()
38 u32 fc_flags; member
37 u32 fc_flags; member
483 (cfg->fc_flags & ~0xFF) | rtnh->rtnh_flags; in fib_get_nhs()1050 fi->fib_flags = cfg->fc_flags; in fib_create_info()1104 nh->nh_flags = cfg->fc_flags; in fib_create_info()
652 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()
3035 uint32_t fc_flags = 0; in lpfc_mbx_process_link_up() local3078 fc_flags |= FC_LBIT; in lpfc_mbx_process_link_up()3127 fc_flags |= FC_LBIT; in lpfc_mbx_process_link_up()3131 if (fc_flags) { in lpfc_mbx_process_link_up()3133 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()
1678 fcp_cmnd->fc_flags = io_req->io_req_flags; in bnx2fc_build_fcp_cmnd()
876 if ((fcp->fc_flags & FCP_CFL_WRDATA) && in fcoe_oem_match()
769 * Weed out some unused fc_flags. Add FC_DISC_TMO.