Searched refs:first_seg (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/mthca/ |
H A D | mthca_mr.c | 44 u32 first_seg; member 226 mtt->first_seg = mthca_alloc_mtt_range(dev, mtt->order, buddy); in __mthca_alloc_mtt() 227 if (mtt->first_seg == -1) { in __mthca_alloc_mtt() 245 mthca_buddy_free(mtt->buddy, mtt->first_seg, mtt->order); in mthca_free_mtt() 248 mtt->first_seg, in mthca_free_mtt() 249 mtt->first_seg + (1 << mtt->order) - 1); in mthca_free_mtt() 269 mtt->first_seg * dev->limits.mtt_seg_size + in __mthca_write_mtt() 322 mtts = dev->mr_table.tavor_fmr.mtt_base + mtt->first_seg * dev->limits.mtt_seg_size + in mthca_tavor_write_mtt_seg() 343 mtts = mthca_table_find(dev->mr_table.mtt_table, mtt->first_seg + in mthca_arbel_write_mtt_seg() 478 mr->mtt->first_seg * dev->limits.mtt_seg_size); in mthca_mr_alloc() [all …]
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | op_classes.c | 461 int first_seg = 0; in wpas_op_class_supported() local 469 if (!first_seg) { in wpas_op_class_supported() 470 first_seg = curr_seg; in wpas_op_class_supported() 477 if ((curr_seg - first_seg) > 1) in wpas_op_class_supported() 484 if ((first_seg % 2) == 0) in wpas_op_class_supported()
|
/freebsd/sys/dev/safexcel/ |
H A D | safexcel_var.h | 95 uint32_t first_seg : 1; member 195 uint32_t first_seg : 1; member
|
H A D | safexcel.c | 2000 rdesc->first_seg = first; in safexcel_res_descr_add() 2036 cdesc->first_seg = first; in safexcel_cmd_descr_add()
|
/freebsd/sys/dev/mlx4/mlx4_core/ |
H A D | mlx4_mr.c | 225 u32 first_seg; in __mlx4_free_mtt_range() local 230 first_seg = offset / (1 << log_mtts_per_seg); in __mlx4_free_mtt_range() 232 mlx4_buddy_free(&mr_table->mtt_buddy, first_seg, seg_order); in __mlx4_free_mtt_range()
|
H A D | mlx4.h | 968 void __mlx4_free_mtt_range(struct mlx4_dev *dev, u32 first_seg, int order);
|
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/ |
H A D | ar9300_xmit_ds.c | 68 HAL_BOOL first_seg, in ar9300_fill_tx_desc() argument 94 if (first_seg) { in ar9300_fill_tx_desc()
|
H A D | ar9300desc.h | 514 u_int32_t *seg_len, u_int desc_id, u_int qcu, HAL_KEY_TYPE key_type, HAL_BOOL first_seg,
|