Searched refs:TotalByteCount (Results 1 – 2 of 2) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/ |
H A D | exioct.h | 1001 UINT32 TotalByteCount; member 1091 UINT32 TotalByteCount; member
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 8684 if (ql_get_dma_mem(ha, dma_mem, fw.TotalByteCount, LITTLE_ENDIAN_DMA, in ql_menlo_update_fw() 8698 fw.TotalByteCount, mode) != fw.TotalByteCount) { in ql_menlo_update_fw() 8718 pkt->mvfy.fw_size = LE_32(fw.TotalByteCount); in ql_menlo_update_fw() 8719 pkt->mvfy.fw_sequence_size = LE_32(fw.TotalByteCount); in ql_menlo_update_fw() 8725 pkt->mvfy.dseg.length = LE_32(fw.TotalByteCount); in ql_menlo_update_fw() 8827 pkt->mdata.total_byte_count = LE_32(info.TotalByteCount); in ql_menlo_manage_info() 8839 if (ql_get_dma_mem(ha, dma_mem, info.TotalByteCount, in ql_menlo_manage_info() 8853 dma_mem->bp, info.TotalByteCount, mode) != in ql_menlo_manage_info() 8854 info.TotalByteCount) { in ql_menlo_manage_info() 8871 pkt->mdata.dseg.length = LE_32(info.TotalByteCount); in ql_menlo_manage_info() [all …]
|