• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/

Lines Matching refs:ntohl

637 	if (ntohl(aux->format_id) != 0) {
639 printk(OSST_DEB_MSG "%s:D: Skipping frame, format_id %u\n", name, ntohl(aux->format_id));
688 if (frame_seq_number != -1 && ntohl(aux->frame_seq_num) != frame_seq_number) {
692 name, ntohl(aux->frame_seq_num), frame_seq_number);
700 i = ntohl(aux->filemark_cnt);
702 STp->first_frame_position - 1 != ntohl(STp->header_cache->dat_fm_tab.fm_tab_ent[i]))) {
719 blk_sz = ntohl(aux->dat.dat_list[0].blk_sz);
736 STp->frame_seq_number = ntohl(aux->frame_seq_num);
737 STp->logical_blk_num = ntohl(aux->logical_blk_num);
1087 ntohl(aux->update_frame_cntr), ntohs(aux->partition.wrt_pass_cntr),
1090 ntohl(aux->frame_seq_num), ntohl(aux->logical_blk_num),
1091 ntohs(aux->dat.dat_list[0].blk_cnt), ntohl(aux->dat.dat_list[0].blk_sz) );
1094 ntohl(aux->filemark_cnt), ntohl(aux->last_mark_ppos), ntohl(aux->last_mark_lbn));
1206 x = ntohl(STp->buffer->aux->frame_seq_num);
1334 STps->drv_file = ntohl(STp->buffer->aux->filemark_cnt);
1339 STps->drv_block = ntohl(STp->buffer->aux->last_mark_lbn)?
1341 (STps->drv_file ? ntohl(STp->buffer->aux->last_mark_lbn) + 1 : 0):
1442 STps->drv_file = ntohl(STp->buffer->aux->filemark_cnt);
1447 STps->drv_block = ntohl(STp->buffer->aux->last_mark_lbn)?
1449 (STps->drv_file ? ntohl(STp->buffer->aux->last_mark_lbn) + 1 : 0):
1478 int frame_seq_number = ntohl(STp->buffer->aux->frame_seq_num)
1480 int logical_blk_num = ntohl(STp->buffer->aux->logical_blk_num)
1569 ntohl(STp->buffer->aux->dat.dat_list[0].blk_sz), blks_per_frame);
1869 cnt = ntohl(STp->buffer->aux->filemark_cnt);
1877 last_mark_ppos = ntohl(STp->header_cache->dat_fm_tab.fm_tab_ent[cnt - mt_count]);
1885 ((cnt == -1 && ntohl(STp->buffer->aux->last_mark_ppos) == -1) ||
1912 last_mark_ppos = ntohl(STp->buffer->aux->last_mark_ppos);
2023 cnt = ntohl(STp->buffer->aux->filemark_cnt) - 1;
2028 ((cnt == -1 && ntohl(STp->buffer->aux->last_mark_ppos) == -1) ||
2031 next_mark_ppos = ntohl(STp->header_cache->dat_fm_tab.fm_tab_ent[cnt + mt_count]);
2039 ((cnt == -1 && ntohl(STp->buffer->aux->last_mark_ppos) == -1) ||
2063 if (ntohl(STp->buffer->aux->filemark_cnt) != cnt + mt_count) {
2066 ntohl(STp->buffer->aux->filemark_cnt));
2083 if (ntohl(STp->buffer->aux->filemark_cnt) == 0) {
2112 next_mark_ppos = ntohl(STp->buffer->aux->next_mark_ppos);
2410 if (ntohl(aux->frame_seq_num) != 0 ||
2411 ntohl(aux->logical_blk_num) != 0 ||
2413 ntohl(aux->partition.first_frame_ppos) != 0 ||
2414 ntohl(aux->partition.last_frame_ppos) != 0xbb7 ) {
2417 ntohl(aux->frame_seq_num), ntohl(aux->logical_blk_num),
2418 aux->partition.partition_num, ntohl(aux->partition.first_frame_ppos),
2419 ntohl(aux->partition.last_frame_ppos));
2431 update_frame_cntr = ntohl(aux->update_frame_cntr);
2500 STp->first_data_ppos = ntohl(header->partition[0].first_frame_ppos);
2501 STp->eod_frame_ppos = ntohl(header->partition[0].eod_frame_ppos);
2502 STp->eod_frame_lfa = ntohl(header->ext_track_tb.dat_ext_trk_ey.last_hlb);
2503 STp->filemark_cnt = ntohl(aux->filemark_cnt);
2504 STp->first_mark_ppos = ntohl(aux->next_mark_ppos);
2505 STp->last_mark_ppos = ntohl(aux->last_mark_ppos);
2506 STp->last_mark_lbn = ntohl(aux->last_mark_lbn);
2513 ntohl(header->partition[0].last_frame_ppos),
2514 ntohl(header->partition[0].eod_frame_ppos));
2630 if ((n=ntohl(STp->header_cache->dat_fm_tab.fm_tab_ent[i])) < frame_position)
2635 frame_position - 1 : ntohl(STp->buffer->aux->last_mark_ppos);
3500 ntohl(STp->header_cache->dat_fm_tab.fm_tab_ent[STp->filemark_cnt-1]);