Searched defs:segment_count (Results 1 - 3 of 3) sorted by relevance

/drivers/isdn/hardware/eicon/
H A Ddsp_defs.h123 word segment_count; member in struct:tag_dsp_file_header
168 word segment_count; member in struct:tag_dsp_download_desc
188 word segment_count; member in struct:tag_dsp_portable_download_desc
/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c1973 int segment_count; local
1977 segment_count = hba->hash_tbl_segment_count;
1982 for (i = 0; i < segment_count; ++i) {
2008 int segment_count; local
2017 segment_count = hash_table_size + BNX2FC_HASH_TBL_CHUNK_SIZE - 1;
2018 segment_count /= BNX2FC_HASH_TBL_CHUNK_SIZE;
2019 hba->hash_tbl_segment_count = segment_count;
2021 segment_array_size = segment_count * sizeof(*hba->hash_tbl_segments);
2027 dma_segment_array_size = segment_count * sizeof(*dma_segment_array);
2034 for (i = 0; i < segment_count;
[all...]
/drivers/media/dvb/dvb-core/
H A Ddvb_frontend.h364 u8 segment_count; member in struct:dtv_frontend_properties::__anon1470

Completed in 97 milliseconds