Searched refs:first_seg (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/sys/dev/mthca/
H A Dmthca_mr.c44 u32 first_seg; member in struct:mthca_mtt
226 mtt->first_seg = mthca_alloc_mtt_range(dev, mtt->order, buddy);
227 if (mtt->first_seg == -1) {
245 mthca_buddy_free(mtt->buddy, mtt->first_seg, mtt->order);
248 mtt->first_seg,
249 mtt->first_seg + (1 << mtt->order) - 1);
269 mtt->first_seg * dev->limits.mtt_seg_size +
322 mtts = dev->mr_table.tavor_fmr.mtt_base + mtt->first_seg * dev->limits.mtt_seg_size +
343 mtts = mthca_table_find(dev->mr_table.mtt_table, mtt->first_seg +
478 mr->mtt->first_seg * de
[all...]
/freebsd-current/contrib/wpa/wpa_supplicant/
H A Dop_classes.c395 int first_seg = 0; local
403 if (!first_seg) {
404 first_seg = curr_seg;
411 if ((curr_seg - first_seg) > 1)
418 if ((first_seg % 2) == 0)
/freebsd-current/sys/dev/safexcel/
H A Dsafexcel_var.h95 uint32_t first_seg : 1; member in struct:safexcel_cmd_descr
195 uint32_t first_seg : 1; member in struct:safexcel_res_descr
H A Dsafexcel.c2000 rdesc->first_seg = first;
2036 cdesc->first_seg = first;
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_mr.c225 u32 first_seg; local
230 first_seg = offset / (1 << log_mtts_per_seg);
232 mlx4_buddy_free(&mr_table->mtt_buddy, first_seg, seg_order);
H A Dmlx4.h968 void __mlx4_free_mtt_range(struct mlx4_dev *dev, u32 first_seg, int order);
/freebsd-current/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_xmit_ds.c68 HAL_BOOL first_seg,
94 if (first_seg) {
103 } else if (last_seg) { /* !first_seg && last_seg */
120 } else { /* !first_seg && !last_seg */
60 ar9300_fill_tx_desc( struct ath_hal *ah, void *ds, HAL_DMA_ADDR *buf_addr, u_int32_t *seg_len, u_int desc_id, u_int qcu, HAL_KEY_TYPE key_type, HAL_BOOL first_seg, HAL_BOOL last_seg, const void *ds0) argument
H A Dar9300desc.h514 u_int32_t *seg_len, u_int desc_id, u_int qcu, HAL_KEY_TYPE key_type, HAL_BOOL first_seg,

Completed in 302 milliseconds