Searched refs:fc_flags (Results 1 - 16 of 16) sorted by relevance

/linux-4.4.14/include/scsi/fc/
H A Dfc_fcp.h54 __u8 fc_flags; /* additional len & flags */ member in struct:fcp_cmnd
66 __u8 fc_flags; /* additional len & flags */ member in struct:fcp_cmnd32
96 * fc_flags.
/linux-4.4.14/net/ipv6/
H A Droute.c1796 (cfg->fc_flags & RTF_ADDRCONF) ? 0 : DST_NOCOUNT); ip6_route_info_create()
1803 if (cfg->fc_flags & RTF_EXPIRES) ip6_route_info_create()
1817 else if (cfg->fc_flags & RTF_LOCAL) ip6_route_info_create()
1858 if ((cfg->fc_flags & RTF_REJECT) || ip6_route_info_create()
1861 !(cfg->fc_flags & RTF_LOCAL))) { ip6_route_info_create()
1901 if (cfg->fc_flags & RTF_GATEWAY) { ip6_route_info_create()
1976 rt->rt6i_flags = cfg->fc_flags; ip6_route_info_create()
2076 !(cfg->fc_flags & RTF_CACHE)) ip6_route_del()
2082 if (cfg->fc_flags & RTF_GATEWAY && ip6_route_del()
2292 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_ROUTEINFO | rt6_add_route_info()
2305 cfg.fc_flags |= RTF_DEFAULT; rt6_add_route_info()
2343 .fc_flags = RTF_GATEWAY | RTF_ADDRCONF | RTF_DEFAULT | rt6_add_dflt_router()
2394 cfg->fc_flags = rtmsg->rtmsg_flags; rtmsg_to_fib6_config()
2724 cfg->fc_flags = RTF_UP; rtm_to_fib6_config()
2732 cfg->fc_flags |= RTF_REJECT; rtm_to_fib6_config()
2735 cfg->fc_flags |= RTF_LOCAL; rtm_to_fib6_config()
2738 cfg->fc_flags |= RTF_CACHE; rtm_to_fib6_config()
2746 cfg->fc_flags |= RTF_GATEWAY; rtm_to_fib6_config()
2794 cfg->fc_flags |= RTF_PREF(pref); rtm_to_fib6_config()
2892 r_cfg.fc_flags |= RTF_GATEWAY; ip6_route_multipath_add()
2986 r_cfg.fc_flags |= RTF_GATEWAY; ip6_route_multipath_del()
H A Daddrconf.c2162 .fc_flags = RTF_UP | flags, addrconf_prefix_route()
2175 cfg.fc_flags |= RTF_NONEXTHOP; addrconf_prefix_route()
2227 .fc_flags = RTF_UP, addrconf_add_mroute()
/linux-4.4.14/drivers/s390/scsi/
H A Dzfcp_fc.h225 fcp->fc_flags |= FCP_CFL_RDDATA; zfcp_fc_scsi_to_fcp()
227 fcp->fc_flags |= FCP_CFL_WRDATA; zfcp_fc_scsi_to_fcp()
/linux-4.4.14/drivers/scsi/lpfc/
H A Dlpfc_vport.c262 " state x%x fc_flags x%x" lpfc_discovery_wait()
273 " state x%x fc_flags x%x" lpfc_discovery_wait()
285 " state x%x fc_flags x%x wait msecs x%x\n", lpfc_discovery_wait()
H A Dlpfc_hbadisc.c3035 uint32_t fc_flags = 0; lpfc_mbx_process_link_up() local
3078 fc_flags |= FC_LBIT; lpfc_mbx_process_link_up()
3127 fc_flags |= FC_LBIT; lpfc_mbx_process_link_up()
3131 if (fc_flags) { lpfc_mbx_process_link_up()
3133 vport->fc_flag |= fc_flags; lpfc_mbx_process_link_up()
/linux-4.4.14/drivers/target/tcm_fc/
H A Dtfc_cmd.c513 if (fcp->fc_flags & FCP_CFL_LEN_MASK) ft_send_work()
524 switch (fcp->fc_flags & (FCP_CFL_RDDATA | FCP_CFL_WRDATA)) { ft_send_work()
/linux-4.4.14/include/net/
H A Dip6_fib.h38 u32 fc_flags; member in struct:fib6_config
H A Dip_fib.h37 u32 fc_flags; member in struct:fib_config
/linux-4.4.14/net/ipv4/
H A Dfib_semantics.c483 (cfg->fc_flags & ~0xFF) | rtnh->rtnh_flags; change_nexthops()
1050 fi->fib_flags = cfg->fc_flags; fib_create_info()
1104 nh->nh_flags = cfg->fc_flags;
H A Dfib_frontend.c652 cfg->fc_flags = rtm->rtm_flags; rtm_to_fib_config()
/linux-4.4.14/drivers/scsi/csiostor/
H A Dcsio_scsi.c180 fcp_cmnd->fc_flags = FCP_CFL_WRDATA; csio_scsi_fcp_cmnd()
182 fcp_cmnd->fc_flags = FCP_CFL_RDDATA; csio_scsi_fcp_cmnd()
184 fcp_cmnd->fc_flags = 0; csio_scsi_fcp_cmnd()
/linux-4.4.14/drivers/scsi/ibmvscsi/
H A Dibmvfc.c1826 u32 fc_flags, rsp_len; ibmvfc_bsg_request() local
1839 fc_flags = IBMVFC_FC_ELS; ibmvfc_bsg_request()
1847 fc_flags = IBMVFC_FC_CT_IU; ibmvfc_bsg_request()
1908 mad->iu.flags = cpu_to_be32(fc_flags); ibmvfc_bsg_request()
/linux-4.4.14/drivers/scsi/libfc/
H A Dfc_fcp.c1099 fsp->cdb_cmd.fc_flags = fsp->req_flags & ~FCP_CFL_LEN_MASK; fc_fcp_pkt_send()
/linux-4.4.14/drivers/scsi/bnx2fc/
H A Dbnx2fc_io.c1678 fcp_cmnd->fc_flags = io_req->io_req_flags; bnx2fc_build_fcp_cmnd()
/linux-4.4.14/drivers/scsi/fcoe/
H A Dfcoe.c876 if ((fcp->fc_flags & FCP_CFL_WRDATA) && fcoe_oem_match()

Completed in 678 milliseconds