Home
last modified time | relevance | path

Searched refs:mpd (Results 1 – 3 of 3) sorted by relevance

/drivers/infiniband/hw/mlx5/
Dstd_types.c22 struct mlx5_ib_pd *mpd = to_mpd(pd); in UVERBS_HANDLER() local
25 &mpd->pdn, sizeof(mpd->pdn)); in UVERBS_HANDLER()
Dmain.c2376 struct mlx5_ib_pd *mpd = to_mpd(pd); in mlx5_ib_dealloc_pd() local
2378 return mlx5_cmd_dealloc_pd(mdev->mdev, mpd->pdn, mpd->uid); in mlx5_ib_dealloc_pd()
/drivers/scsi/aacraid/
Daachba.c3040 aac_modep_data mpd; in aac_scsi_cmd() local
3048 memset((char *)&mpd, 0, sizeof(aac_modep_data)); in aac_scsi_cmd()
3051 mpd.hd.data_length = sizeof(mpd.hd) - 1; in aac_scsi_cmd()
3053 mpd.hd.med_type = 0; in aac_scsi_cmd()
3057 mpd.hd.dev_par = 0; in aac_scsi_cmd()
3060 mpd.hd.dev_par = 0x10; in aac_scsi_cmd()
3062 mpd.hd.bd_length = 0; /* Block descriptor length */ in aac_scsi_cmd()
3064 mpd.hd.bd_length = sizeof(mpd.bd); in aac_scsi_cmd()
3065 mpd.hd.data_length += mpd.hd.bd_length; in aac_scsi_cmd()
3066 mpd.bd.block_length[0] = in aac_scsi_cmd()
[all …]