Home
last modified time | relevance | path

Searched refs:fl (Results 1 – 25 of 64) sorted by relevance

123

/drivers/misc/
A Dfastrpc.c415 buf->fl = fl; in __fastrpc_buf_alloc()
447 if (fl->sctx && fl->sctx->sid) in fastrpc_buf_alloc()
773 map->fl = fl; in fastrpc_map_create()
1068 struct fastrpc_user *fl = ctx->fl; in fastrpc_put_args() local
1113 struct fastrpc_user *fl = ctx->fl; in fastrpc_invoke_send() local
1222 if (!fl->is_secure_dev && fl->cctx->secure) { in is_session_rejected()
1286 fl->cctx->vmperms, fl->cctx->vmcount); in fastrpc_init_create_static_process()
1414 err = fastrpc_buf_alloc(fl, fl->sctx->dev, memlen, in fastrpc_init_create_process()
1571 fl = kzalloc(sizeof(*fl), GFP_KERNEL); in fastrpc_device_open()
1572 if (!fl) in fastrpc_device_open()
[all …]
/drivers/gpu/drm/msm/disp/dpu1/
A Ddpu_hw_catalog.c609 {.fl = 4, .lut = 0x1b},
610 {.fl = 5, .lut = 0x5b},
611 {.fl = 6, .lut = 0x15b},
612 {.fl = 7, .lut = 0x55b},
613 {.fl = 8, .lut = 0x155b},
614 {.fl = 9, .lut = 0x555b},
622 {.fl = 4, .lut = 0x357},
623 {.fl = 5, .lut = 0x3357},
681 {.fl = 0, .lut = 0x0},
685 {.fl = 0, .lut = 0x0},
[all …]
/drivers/net/ethernet/chelsio/cxgb4vf/
A Dsge.c484 if (++fl->cidx == fl->size) in free_rx_bufs()
512 if (++fl->cidx == fl->size) in unmap_rx_buf()
611 __be64 *d = &fl->desc[fl->pidx]; in refill_fl()
667 if (++fl->pidx == fl->size) { in refill_fl()
696 if (++fl->pidx == fl->size) { in refill_fl()
1715 fl->cidx = fl->size - 1; in restore_rx_bufs()
1718 sdesc = &fl->sdesc[fl->cidx]; in restore_rx_bufs()
2391 if (fl && fl->desc) { in t4vf_sge_alloc_rxq()
2395 fl->desc, fl->addr); in t4vf_sge_alloc_rxq()
2544 free_rx_bufs(adapter, fl, fl->avail); in free_rspq_fl()
[all …]
A Dcxgb4vf_main.c639 &rxq->fl, t4vf_ethrx_handler); in setup_sge_queues()
680 rxq->fl.abs_id = rxq->fl.cntxt_id + s->egr_base; in setup_sge_queues()
681 EQ_MAP(s, rxq->fl.abs_id) = &rxq->fl; in setup_sge_queues()
2089 R("FL ID:", fl.abs_id); in sge_qinfo_show()
2090 R("FL size:", fl.size - MIN_FL_RESID); in sge_qinfo_show()
2091 R("FL avail:", fl.avail); in sge_qinfo_show()
2092 R("FL PIdx:", fl.pidx); in sge_qinfo_show()
2093 R("FL CIdx:", fl.cidx); in sge_qinfo_show()
2224 R("FLAllocErr:", fl.alloc_failed); in sge_qstats_show()
2226 R("FLStarving:", fl.starving); in sge_qstats_show()
[all …]
/drivers/mtd/parsers/
A Dredboot.c221 prev = &fl; in parse_redboot_partitions()
230 if (fl->img->flash_base) { in parse_redboot_partitions()
259 if (fl->img->flash_base) { in parse_redboot_partitions()
267 parts[i].size = fl->img->size; in parse_redboot_partitions()
271 strcpy(names, fl->img->name); in parse_redboot_partitions()
282 …if (fl->next && fl->img->flash_base + fl->img->size + master->erasesize <= fl->next->img->flash_ba… in parse_redboot_partitions()
289 tmp_fl = fl; in parse_redboot_partitions()
290 fl = fl->next; in parse_redboot_partitions()
296 while (fl) { in parse_redboot_partitions()
297 struct fis_list *old = fl; in parse_redboot_partitions()
[all …]
/drivers/net/ovpn/
A Dudp.c150 struct flowi4 fl = { in ovpn_udp4_output() local
161 rt = dst_cache_get_ip4(cache, &fl.saddr); in ovpn_udp4_output()
171 fl.saddr = 0; in ovpn_udp4_output()
180 fl.saddr = 0; in ovpn_udp4_output()
197 dst_cache_set_ip4(cache, &rt->dst, fl.saddr); in ovpn_udp4_output()
200 udp_tunnel_xmit_skb(rt, sk, skb, fl.saddr, fl.daddr, 0, in ovpn_udp4_output()
227 struct flowi6 fl = { in ovpn_udp6_output() local
238 dst = dst_cache_get_ip6(cache, &fl.saddr); in ovpn_udp6_output()
247 fl.saddr = in6addr_any; in ovpn_udp6_output()
262 dst_cache_set_ip6(cache, dst, &fl.saddr); in ovpn_udp6_output()
[all …]
/drivers/net/wireguard/
A Dsocket.c23 struct flowi4 fl = { in send4() local
46 fl.fl4_sport = inet_sk(sock)->inet_sport; in send4()
49 rt = dst_cache_get_ip4(cache, &fl.saddr); in send4()
54 fl.saddr, RT_SCOPE_HOST))) { in send4()
57 fl.saddr = 0; in send4()
67 fl.saddr = 0; in send4()
85 udp_tunnel_xmit_skb(rt, sock, skb, fl.saddr, fl.daddr, ds, in send4()
87 fl.fl4_dport, false, false, 0); in send4()
101 struct flowi6 fl = { in send6() local
152 udp_tunnel6_xmit_skb(dst, sock, skb, skb->dev, &fl.saddr, &fl.daddr, ds, in send6()
[all …]
/drivers/net/ethernet/chelsio/cxgb3/
A Dsge.c561 refill_fl(adap, fl, min(MAX_RX_REFILL, fl->size - fl->credits), in __refill_fl()
783 struct rx_sw_desc *sd = &fl->sdesc[fl->cidx]; in get_packet()
802 recycle_rx_buf(adap, fl, fl->cidx); in get_packet()
807 refill_fl(adap, fl, min(MAX_RX_REFILL, fl->size - fl->credits - 1), in get_packet()
862 recycle_rx_buf(adap, fl, fl->cidx); in get_packet_pg()
2373 fl = (len & F_RSPD_FLQ) ? &qs->fl[1] : &qs->fl[0]; in process_responses()
2401 if (++fl->cidx == fl->size) in process_responses()
2979 if (qs->fl[0].credits < qs->fl[0].size) in sge_timer_rx()
2981 if (qs->fl[1].credits < qs->fl[1].size) in sge_timer_rx()
3076 q->fl[0].gen = q->fl[1].gen = 1; in t3_sge_alloc_qset()
[all …]
/drivers/net/ethernet/mellanox/mlx5/core/en/
A Dtc_tun.c23 } fl; member
237 attr.fl.fl4.daddr = tun_key->u.ipv4.dst; in mlx5e_tc_tun_create_header_ipv4()
238 attr.fl.fl4.saddr = tun_key->u.ipv4.src; in mlx5e_tc_tun_create_header_ipv4()
291 ip->daddr = attr.fl.fl4.daddr; in mlx5e_tc_tun_create_header_ipv4()
292 ip->saddr = attr.fl.fl4.saddr; in mlx5e_tc_tun_create_header_ipv4()
396 ip->daddr = attr.fl.fl4.daddr; in mlx5e_tc_tun_update_header_ipv4()
397 ip->saddr = attr.fl.fl4.saddr; in mlx5e_tc_tun_update_header_ipv4()
561 ip6h->daddr = attr.fl.fl6.daddr; in mlx5e_tc_tun_create_header_ipv6()
562 ip6h->saddr = attr.fl.fl6.saddr; in mlx5e_tc_tun_create_header_ipv6()
665 ip6h->daddr = attr.fl.fl6.daddr; in mlx5e_tc_tun_update_header_ipv6()
[all …]
/drivers/iio/adc/
A Dstm32-dfsdm-adc.c323 memset(&fl->flo[0], 0, sizeof(fl->flo[0])); in stm32_dfsdm_compute_all_osrs()
324 memset(&fl->flo[1], 0, sizeof(fl->flo[1])); in stm32_dfsdm_compute_all_osrs()
467 fl->fast = 0; in stm32_dfsdm_channels_configure()
474 if (fl->flo[1].res >= fl->flo[0].res) { in stm32_dfsdm_channels_configure()
475 fl->fast = 1; in stm32_dfsdm_channels_configure()
476 flo = &fl->flo[1]; in stm32_dfsdm_channels_configure()
508 struct stm32_dfsdm_filter_osr *flo = &fl->flo[fl->fast]; in stm32_dfsdm_filter_configure()
527 DFSDM_FCR_FORD(fl->ford)); in stm32_dfsdm_filter_configure()
592 if (!fl->sync_mode && !trig) in stm32_dfsdm_filter_configure()
903 struct stm32_dfsdm_filter_osr *flo = &fl->flo[fl->fast]; in stm32_dfsdm_process_data()
[all …]
/drivers/net/ethernet/chelsio/cxgb/
A Dsge.c1006 struct freelQ_e *to = &fl->entries[fl->pidx]; in recycle_fl_buf()
1008 fl->centries[fl->pidx] = fl->centries[idx]; in recycle_fl_buf()
1016 if (++fl->pidx == fl->size) { in recycle_fl_buf()
1043 const struct freelQ_ce *ce = &fl->centries[fl->cidx]; in get_packet()
1062 recycle_fl_buf(fl, fl->cidx); in get_packet()
1068 recycle_fl_buf(fl, fl->cidx); in get_packet()
1092 struct freelQ_ce *ce = &fl->centries[fl->cidx]; in unexpected_offload()
1100 recycle_fl_buf(fl, fl->cidx); in unexpected_offload()
1513 if (++fl->cidx == fl->size) in process_responses()
1515 prefetch(fl->centries[fl->cidx].skb); in process_responses()
[all …]
/drivers/net/ethernet/chelsio/cxgb4/
A Dsge.c634 refill_fl(adap, fl, min(MAX_RX_REFILL, fl_cap(fl) - fl->avail), in __refill_fl()
3912 rsd = &rxq->fl.sdesc[rxq->fl.cidx]; in process_responses()
4416 fl->size = roundup(fl->size, 8); in t4_sge_alloc_rxq()
4483 fl->avail = fl->pend_cred = 0; in t4_sge_alloc_rxq()
4484 fl->pidx = fl->cidx = 0; in t4_sge_alloc_rxq()
4485 fl->alloc_failed = fl->large_alloc_failed = fl->starving = 0; in t4_sge_alloc_rxq()
4543 if (fl && fl->desc) { in t4_sge_alloc_rxq()
4547 fl->desc, fl->addr); in t4_sge_alloc_rxq()
4868 free_rx_bufs(adap, fl, fl->avail); in free_rspq_fl()
4870 fl->desc, fl->addr); in free_rspq_fl()
[all …]
A Dcxgb4_debugfs.c2719 R("FL PIDX:", fl.pidx); in sge_qinfo_show()
2720 R("FL CIDX:", fl.cidx); in sge_qinfo_show()
2738 RL("FLLow:", fl.low); in sge_qinfo_show()
2778 R("FL PIDX:", fl.pidx); in sge_qinfo_show()
2779 R("FL CIDX:", fl.cidx); in sge_qinfo_show()
2790 RL("FLLow:", fl.low); in sge_qinfo_show()
2830 S3("u", "FL size:", rx->fl.size ? rx->fl.size - 8 : 0); in sge_qinfo_show()
2833 R("FL PIDX:", fl.pidx); in sge_qinfo_show()
2834 R("FL CIDX:", fl.cidx); in sge_qinfo_show()
2849 RL("FLLow:", fl.low); in sge_qinfo_show()
[all …]
A Dcxgb4_uld.c149 q->fl.size ? &q->fl : NULL, in alloc_uld_rxqs()
166 q->fl.size ? &q->fl : NULL); in alloc_uld_rxqs()
208 q->fl.size ? &q->fl : NULL); in t4_free_uld_rxqs()
291 r->fl.size = 72; in cfg_queues_uld()
/drivers/gpu/drm/imx/dc/
A Ddc-fl.c102 struct dc_fl *fl; in dc_fl_bind() local
106 fl = devm_kzalloc(dev, sizeof(*fl), GFP_KERNEL); in dc_fl_bind()
107 if (!fl) in dc_fl_bind()
110 fu = &fl->fu; in dc_fl_bind()
/drivers/scsi/csiostor/
A Dcsio_wr.c122 int sreg = flq->un.fl.sreg; in csio_wr_fill_fl()
284 if (!flq->un.fl.bufs) { in csio_wr_alloc_q()
291 flq->un.fl.packen = 0; in csio_wr_alloc_q()
292 flq->un.fl.offset = 0; in csio_wr_alloc_q()
293 flq->un.fl.sreg = sreg; in csio_wr_alloc_q()
1061 if (flq->un.fl.offset > 0) { in csio_wr_process_fl()
1063 flq->un.fl.offset = 0; in csio_wr_process_fl()
1095 if (flq->un.fl.packen) in csio_wr_process_fl()
1698 if (!q->un.fl.bufs) in csio_wrm_exit()
1701 buf = &q->un.fl.bufs[j]; in csio_wrm_exit()
[all …]
/drivers/message/fusion/lsi/
A Dmpi.h585 #define MPI_SGE_GET_FLAGS(fl) (((fl) & ~MPI_SGE_LENGTH_MASK) >> MPI_SGE_FLAGS_SHIFT) argument
586 #define MPI_SGE_LENGTH(fl) ((fl) & MPI_SGE_LENGTH_MASK) argument
587 #define MPI_SGE_CHAIN_LENGTH(fl) ((fl) & MPI_SGE_CHAIN_LENGTH_MASK) argument
/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_vfpf.c1659 if (!fl) in bnx2x_vf_mbx_macvlan_list()
1667 memset(&fl->filters[j], 0, sizeof(fl->filters[j])); in bnx2x_vf_mbx_macvlan_list()
1677 fl->count++; in bnx2x_vf_mbx_macvlan_list()
1680 if (!fl->count) in bnx2x_vf_mbx_macvlan_list()
1681 kfree(fl); in bnx2x_vf_mbx_macvlan_list()
1683 *pfl = fl; in bnx2x_vf_mbx_macvlan_list()
1750 if (fl) { in bnx2x_vf_mbx_qfilters()
1761 fl = NULL; in bnx2x_vf_mbx_qfilters()
1768 if (fl) { in bnx2x_vf_mbx_qfilters()
1778 fl = NULL; in bnx2x_vf_mbx_qfilters()
[all …]
/drivers/infiniband/sw/rxe/
A Drxe_net.c29 struct flowi4 fl = { { 0 } }; in rxe_find_route4() local
31 memset(&fl, 0, sizeof(fl)); in rxe_find_route4()
32 fl.flowi4_oif = ndev->ifindex; in rxe_find_route4()
33 memcpy(&fl.saddr, saddr, sizeof(*saddr)); in rxe_find_route4()
34 memcpy(&fl.daddr, daddr, sizeof(*daddr)); in rxe_find_route4()
35 fl.flowi4_proto = IPPROTO_UDP; in rxe_find_route4()
37 rt = ip_route_output_key(&init_net, &fl); in rxe_find_route4()
/drivers/infiniband/hw/hns/
A Dhns_roce_ah.c41 u32 fl = ah_attr->grh.flow_label; in get_ah_udp_sport() local
44 if (!fl) in get_ah_udp_sport()
48 sport = rdma_flow_label_to_udp_sport(fl); in get_ah_udp_sport()
/drivers/gpu/drm/i915/selftests/
A Di915_vma.c261 #define VALID(sz, fl) { .size = (sz), .flags = (fl), .assert = assert_pin_valid, .string = #sz ", "… in igt_vma_pin1() argument
262 #define __INVALID(sz, fl, check, eval) { .size = (sz), .flags = (fl), .assert = (check), .string = … in igt_vma_pin1() argument
263 #define INVALID(sz, fl) __INVALID(sz, fl, assert_pin_einval, EINVAL) in igt_vma_pin1() argument
264 #define NOSPACE(sz, fl) __INVALID(sz, fl, assert_pin_enospc, ENOSPC) in igt_vma_pin1() argument
/drivers/media/usb/pvrusb2/
A Dpvrusb2-ioread.c229 int pvr2_ioread_set_enabled(struct pvr2_ioread *cp,int fl) in pvr2_ioread_set_enabled() argument
232 if ((!fl) == (!(cp->enabled))) return ret; in pvr2_ioread_set_enabled()
236 if (fl) { in pvr2_ioread_set_enabled()
A Dpvrusb2-ioread.h20 int pvr2_ioread_set_enabled(struct pvr2_ioread *,int fl);
/drivers/net/ethernet/marvell/octeontx2/af/
A Drvu_npc.c1263 int lid, lt, ld, fl; in npc_program_mkex_rx() local
1282 for (fl = 0; fl < NPC_MAX_LFL; fl++) in npc_program_mkex_rx()
1283 SET_KEX_LDFLAGS(intf, ld, fl, in npc_program_mkex_rx()
1285 [ld][fl]); in npc_program_mkex_rx()
1292 int lid, lt, ld, fl; in npc_program_mkex_tx() local
1311 for (fl = 0; fl < NPC_MAX_LFL; fl++) in npc_program_mkex_tx()
1312 SET_KEX_LDFLAGS(intf, ld, fl, in npc_program_mkex_tx()
1314 [ld][fl]); in npc_program_mkex_tx()
3363 #define GET_KEX_LDFLAGS(intf, ld, fl) \ argument
3370 int lid, lt, ld, fl; in rvu_mbox_handler_npc_get_kex_cfg() local
[all …]
/drivers/media/i2c/ccs/
A Dccs.h128 #define CCS_IDENT_FQ(manufacturer, model, rev, fl, _name, _quirk) \ argument
132 .flags = fl, \

Completed in 875 milliseconds

123