Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dvdev_disk.c303 uint64_t capacity = 0, blksz = 0, pbsize; in vdev_disk_open() local
692 pbsize = dkmext->dki_pbsize; in vdev_disk_open()
700 pbsize = blksz; in vdev_disk_open()
705 pbsize = DEV_BSIZE; in vdev_disk_open()
708 *ashift = highbit64(MAX(pbsize, SPA_MINBLOCKSIZE)) - 1; in vdev_disk_open()
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c19184 uint32_t pbsize; local
19402 uint32_t pbsize; local
19496 pbsize = lbasize << lbpb_exp;
19569 *psp = pbsize;
22842 uint_t pbsize; local
22949 pbsize = MAX(pbsize, un->un_phy_blocksize);
22963 pbsize = lbasize;
22987 pbsize = SSD_SECSIZE;
23010 *dki_pbsize = pbsize;
31215 uint_t pbsize; local
[all …]
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_common.c4737 u32 pbsize = hw->mac.rx_pb_size; in ixgbe_set_rxpba_generic() local
4742 pbsize -= headroom; in ixgbe_set_rxpba_generic()
4755 rxpktsize = (pbsize * 5) / (num_pb * 4); in ixgbe_set_rxpba_generic()
4756 pbsize -= rxpktsize * (num_pb / 2); in ixgbe_set_rxpba_generic()
4763 rxpktsize = (pbsize / (num_pb - i)) << IXGBE_RXPBSIZE_SHIFT; in ixgbe_set_rxpba_generic()