Searched refs:av (Results 1 - 25 of 41) sorted by relevance

12

/drivers/infiniband/hw/ehca/
H A Dehca_av.c91 struct ehca_av *av; local
95 av = kmem_cache_alloc(av_cache, GFP_KERNEL);
96 if (!av) {
102 av->av.sl = ah_attr->sl;
103 av->av.dlid = ah_attr->dlid;
104 av->av.slid_path_bits = ah_attr->src_path_bits;
113 av
170 struct ehca_av *av; local
234 struct ehca_av *av = container_of(ah, struct ehca_av, ib_ah); local
[all...]
/drivers/infiniband/hw/mlx5/
H A Dah.c39 memcpy(ah->av.rgid, &ah_attr->grh.dgid, 16);
40 ah->av.grh_gid_fl = cpu_to_be32(ah_attr->grh.flow_label |
43 ah->av.hop_limit = ah_attr->grh.hop_limit;
44 ah->av.tclass = ah_attr->grh.traffic_class;
47 ah->av.rlid = cpu_to_be16(ah_attr->dlid);
48 ah->av.fl_mlid = ah_attr->src_path_bits & 0x7f;
49 ah->av.stat_rate_sl = (ah_attr->static_rate << 4) | (ah_attr->sl & 0xf);
72 tmp = be32_to_cpu(ah->av.grh_gid_fl);
77 memcpy(&ah_attr->grh.dgid, ah->av.rgid, 16);
78 ah_attr->grh.hop_limit = ah->av
[all...]
/drivers/infiniband/hw/mthca/
H A Dmthca_av.c159 struct mthca_av *av = NULL; local
164 ah->av = kmalloc(sizeof *ah->av, GFP_ATOMIC);
165 if (!ah->av)
169 av = ah->av;
178 av = kmalloc(sizeof *av, GFP_ATOMIC);
179 if (!av)
189 ah->av
[all...]
H A Dmthca_wqe.h75 __be32 av[8]; member in struct:mthca_arbel_ud_seg
H A Dmthca_provider.h131 struct mthca_av *av; member in struct:mthca_ah
/drivers/infiniband/hw/mlx4/
H A Dah.c47 ah->av.ib.port_pd = cpu_to_be32(to_mpd(pd)->pdn | (ah_attr->port_num << 24));
48 ah->av.ib.g_slid = ah_attr->src_path_bits;
50 ah->av.ib.g_slid |= 0x80;
51 ah->av.ib.gid_index = ah_attr->grh.sgid_index;
52 ah->av.ib.hop_limit = ah_attr->grh.hop_limit;
53 ah->av.ib.sl_tclass_flowlabel |=
56 memcpy(ah->av.ib.dgid, ah_attr->grh.dgid.raw, 16);
59 ah->av.ib.dlid = cpu_to_be16(ah_attr->dlid);
61 ah->av.ib.stat_rate = ah_attr->static_rate + MLX4_STAT_RATE_OFFSET;
62 while (ah->av
[all...]
H A Dqp.c254 struct mlx4_av *av = (struct mlx4_av *)dgram->av; local
256 av->port_pd = cpu_to_be32((qp->port << 24) | to_mpd(qp->ibqp.pd)->pdn);
2014 be32_to_cpu(ah->av.ib.sl_tclass_flowlabel) >> 28;
2016 cpu_to_be16(ah->av.ib.g_slid & 0x7f);
2018 cpu_to_be16(ah->av.ib.g_slid & 0x7f);
2136 be32_to_cpu(ah->av.ib.port_pd) >> 24,
2137 ah->av.ib.gid_index, &sgid.raw[0]);
2142 be32_to_cpu(ah->av.ib.port_pd) >> 24,
2143 ah->av
2443 union mlx4_ext_av *av = &to_mah(wr->wr.ud.ah)->av; local
[all...]
H A Dmlx4_ib.h214 struct mlx4_av av; member in struct:mlx4_ib_tunnel_header
315 union mlx4_ext_av av; member in struct:mlx4_ib_ah
713 u8 port = be32_to_cpu(ah->av.ib.port_pd) >> 24 & 3;
718 return !!(ah->av.ib.g_slid & 0x80);
/drivers/mtd/ubi/
H A Dattach.c180 * @av: information about the volume this logical eraseblock belongs to
192 const struct ubi_ainf_volume *av, int pnum)
199 if (av->leb_count != 0) {
208 if (vol_id != av->vol_id) {
213 if (av->vol_type == UBI_STATIC_VOLUME)
223 if (used_ebs != av->used_ebs) {
228 if (data_pad != av->data_pad) {
239 ubi_dump_av(av);
253 * to the allocated "av" object in case of success and a negative error code in
260 struct ubi_ainf_volume *av; local
191 validate_vid_hdr(const struct ubi_vid_hdr *vid_hdr, const struct ubi_ainf_volume *av, int pnum) argument
452 struct ubi_ainf_volume *av; local
606 struct ubi_ainf_volume *av; local
629 ubi_remove_av(struct ubi_attach_info *ai, struct ubi_ainf_volume *av) argument
1133 destroy_av(struct ubi_attach_info *ai, struct ubi_ainf_volume *av) argument
1166 struct ubi_ainf_volume *av; local
1229 struct ubi_ainf_volume *av; local
1500 struct ubi_ainf_volume *av; local
[all...]
H A Dvtbl.c367 * @av: layout volume attaching information
375 struct ubi_ainf_volume *av)
411 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb) {
537 struct ubi_ainf_volume *av; local
593 av = ubi_find_av(ai, i);
594 if (!av || !av->leb_count) {
606 if (av->leb_count != av->used_ebs) {
612 av
373 process_lvol(struct ubi_device *ubi, struct ubi_attach_info *ai, struct ubi_ainf_volume *av) argument
669 check_av(const struct ubi_volume *vol, const struct ubi_ainf_volume *av) argument
717 struct ubi_ainf_volume *av; local
780 struct ubi_ainf_volume *av; local
[all...]
H A Dfastmap.c122 struct ubi_ainf_volume *av; local
127 av = rb_entry(parent, struct ubi_ainf_volume, rb);
129 if (vol_id > av->vol_id)
135 av = kmalloc(sizeof(struct ubi_ainf_volume), GFP_KERNEL);
136 if (!av)
139 av->highest_lnum = av->leb_count = 0;
140 av->vol_id = vol_id;
141 av->used_ebs = used_ebs;
142 av
164 assign_aeb_to_av(struct ubi_attach_info *ai, struct ubi_ainf_peb *aeb, struct ubi_ainf_volume *av) argument
204 update_vol(struct ubi_device *ubi, struct ubi_attach_info *ai, struct ubi_ainf_volume *av, struct ubi_vid_hdr *new_vh, struct ubi_ainf_peb *new_aeb) argument
304 struct ubi_ainf_volume *av, *tmp_av = NULL; local
353 struct ubi_ainf_volume *av; local
516 struct ubi_ainf_volume *av; local
547 struct ubi_ainf_volume *av; local
[all...]
H A Ddebug.c168 * @av: the object to dump
170 void ubi_dump_av(const struct ubi_ainf_volume *av) argument
173 pr_err("\tvol_id %d\n", av->vol_id);
174 pr_err("\thighest_lnum %d\n", av->highest_lnum);
175 pr_err("\tleb_count %d\n", av->leb_count);
176 pr_err("\tcompat %d\n", av->compat);
177 pr_err("\tvol_type %d\n", av->vol_type);
178 pr_err("\tused_ebs %d\n", av->used_ebs);
179 pr_err("\tlast_data_size %d\n", av->last_data_size);
180 pr_err("\tdata_pad %d\n", av
[all...]
H A Ddebug.h58 void ubi_dump_av(const struct ubi_ainf_volume *av);
H A Deba.c1230 struct ubi_ainf_volume *av; local
1269 av = ubi_find_av(ai_scan, idx2vol_id(ubi, i));
1270 if (!av)
1273 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb)
1276 av = ubi_find_av(ai_fastmap, idx2vol_id(ubi, i));
1277 if (!av)
1280 ubi_rb_for_each_entry(rb, aeb, &av->root, u.rb)
1322 struct ubi_ainf_volume *av; local
1353 av = ubi_find_av(ai, idx2vol_id(ubi, i));
1354 if (!av)
[all...]
H A Dubi.h749 void ubi_remove_av(struct ubi_attach_info *ai, struct ubi_ainf_volume *av);
905 * @av: volume attaching information
909 static inline void ubi_move_aeb_to_list(struct ubi_ainf_volume *av, argument
913 rb_erase(&aeb->u.rb, &av->root);
/drivers/media/pci/ttpci/
H A Dav7110_av.h14 extern int av7110_av_stop(struct av7110 *av7110, int av);
15 extern int av7110_av_start_record(struct av7110 *av7110, int av,
17 extern int av7110_av_start_play(struct av7110 *av7110, int av);
H A DMakefile15 obj-$(CONFIG_DVB_BUDGET_AV) += budget-av.o
H A Dav7110_av.c119 int av7110_av_start_record(struct av7110 *av7110, int av, argument
127 if (av7110->playing || (av7110->rec_mode & av))
131 av7110->rec_mode |= av;
165 int av7110_av_start_play(struct av7110 *av7110, int av) argument
172 if (av7110->playing & av)
182 av7110->playing |= av;
199 int av7110_av_stop(struct av7110 *av7110, int av) argument
204 if (!(av7110->playing & av) && !(av7110->rec_mode & av))
208 av7110->playing &= ~av;
[all...]
/drivers/media/pci/cx18/
H A DMakefile4 cx18-av-core.o cx18-av-audio.o cx18-av-firmware.o cx18-av-vbi.o cx18-scb.o \
/drivers/infiniband/hw/ocrdma/
H A Docrdma_ah.c83 memcpy(&ah->av->eth_hdr, &eth, eth_sz);
84 memcpy((u8 *)ah->av + eth_sz, &grh, sizeof(struct ocrdma_grh));
86 ah->av->valid |= OCRDMA_AV_VLAN_VALID;
87 ah->av->valid = cpu_to_le32(ah->av->valid);
164 struct ocrdma_av *av = ah->av; local
167 if (ah->av->valid & OCRDMA_AV_VALID) {
168 grh = (struct ocrdma_grh *)((u8 *)ah->av +
170 attr->sl = be16_to_cpu(av
[all...]
/drivers/net/wan/lmc/
H A Dlmc_media.c638 lmc_av9110_t *av; local
648 av = &ictl->cardspec.ssi;
650 av->f = ictl->clock_rate;
651 av->n = 120;
652 av->m = 100;
653 av->v = 1;
654 av->x = 1;
655 av->r = 2;
657 write_av9110 (sc, av->n, av
[all...]
/drivers/infiniband/core/
H A Dcm.c219 struct cm_av av; member in struct:cm_id_private
262 mad_agent = cm_id_priv->av.port->mad_agent;
263 ah = ib_create_ah(mad_agent->qp->pd, &cm_id_priv->av.ah_attr);
268 cm_id_priv->av.pkey_index,
344 struct ib_grh *grh, struct cm_av *av)
346 av->port = port;
347 av->pkey_index = wc->pkey_index;
349 grh, &av->ah_attr);
352 static int cm_init_av_by_path(struct ib_sa_path_rec *path, struct cm_av *av) argument
374 be16_to_cpu(path->pkey), &av
343 cm_init_av_for_response(struct cm_port *port, struct ib_wc *wc, struct ib_grh *grh, struct cm_av *av) argument
[all...]
/drivers/media/pci/cx23885/
H A DMakefile3 cx23885-ioctl.o cx23885-ir.o cx23885-av.o cx23885-input.o \
/drivers/ps3/
H A Dps3av_cmd.c41 u32 av; member in struct:__anon4890
46 .av = PS3AV_CMD_AV_CS_RGB_8,
50 .av = PS3AV_CMD_AV_CS_RGB_8,
54 .av = PS3AV_CMD_AV_CS_RGB_8,
58 .av = PS3AV_CMD_AV_CS_YUV444_8,
62 .av = PS3AV_CMD_AV_CS_YUV444_8,
66 .av = PS3AV_CMD_AV_CS_YUV444_8,
70 .av = PS3AV_CMD_AV_CS_YUV422_8,
74 .av = PS3AV_CMD_AV_CS_YUV422_8,
78 .av
119 u32 av; member in struct:__anon4891
[all...]
/drivers/gpu/drm/i915/
H A Dintel_tv.c94 u16 rv, gv, bv, av; member in struct:color_conversion
222 .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
232 .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200,
242 .rv = 0x035a, .gv = 0x0322, .bv = 0x06e1, .av = 0x0200,
252 .rv = 0x0399, .gv = 0x0356, .bv = 0x070a, .av = 0x0200,
262 .rv = 0x0353, .gv = 0x031c, .bv = 0x06dc, .av = 0x0200,
272 .rv = 0x0390, .gv = 0x034f, .bv = 0x0705, .av = 0x0200,
282 .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av = 0x0200,
292 .rv = 0x037a, .gv = 0x033d, .bv = 0x06f6, .av = 0x0200,
302 .rv = 0x0340, .gv = 0x030c, .bv = 0x06d0, .av
[all...]

Completed in 1994 milliseconds

12