Searched refs:bsf (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | wr.c | 358 struct mlx5_bsf *bsf, u32 data_size) in mlx5_set_bsf() argument 361 struct mlx5_bsf_basic *basic = &bsf->basic; in mlx5_set_bsf() 365 memset(bsf, 0, sizeof(*bsf)); in mlx5_set_bsf() 380 mlx5_fill_inl_bsf(mem, &bsf->m_inl); in mlx5_set_bsf() 406 mlx5_fill_inl_bsf(wire, &bsf->w_inl); in mlx5_set_bsf() 422 struct mlx5_bsf *bsf; in set_sig_data_segment() local 516 bsf = *seg; in set_sig_data_segment() 517 ret = mlx5_set_bsf(sig_mr, sig_attrs, bsf, data_len); in set_sig_data_segment() 521 *seg += sizeof(*bsf); in set_sig_data_segment() 522 *size += sizeof(*bsf) / 16; in set_sig_data_segment()
|
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/ |
H A D | txrx.h | 77 u32 bsf:1; member
|
/openbmc/linux/Documentation/scsi/ |
H A D | st.rst | 106 If rewind, offline, bsf, or seek is done and previous tape operation was
|
/openbmc/linux/arch/x86/kvm/ |
H A D | emulate.c | 1037 FASTOP2W(bsf);
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 0004-ffmpeg-4.3.4-rpi_14.patch | 23269 …piContext * const s, const unsigned int x, const unsigned int y, const uint32_t mask, uint32_t bsf) 23275 + if ((bsf &= mask) != 0) 23276 + *bs_ptr32(s->bs_horizontal, s->bs_stride2, x, y) |= bsf << ((x >> 1) & 31); 23280 …piContext * const s, const unsigned int x, const unsigned int y, const uint32_t mask, uint32_t bsf) 23290 + if ((bsf &= mask) != 0) 23297 + *p |= (bsf << sh); 23302 + *p |= (bsf & 0xf) << sh; 23304 + } while ((bsf >>= 4) != 0); 23361 + // memory (min CTB = 16 pels = 4 bsf els = 8 bits) 23363 + // In bsf BS=2 is represented by 3 as it is much easier to test & set
|