Home
last modified time | relevance | path

Searched refs:seg_count (Results 1 – 7 of 7) sorted by relevance

/linux/include/linux/
H A Dagpgart.h65 size_t seg_count; /* number of segments */ member
/linux/include/uapi/linux/
H A Dagpgart.h87 __kernel_size_t seg_count; /* number of segments */ member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_ddp.c36 u32 seg_count; in ice_verify_pkg() local
49 seg_count = le32_to_cpu(pkg->seg_count); in ice_verify_pkg()
50 if (seg_count < 1) in ice_verify_pkg()
54 if (len < struct_size(pkg, seg_offset, seg_count)) in ice_verify_pkg()
58 for (i = 0; i < seg_count; i++) { in ice_verify_pkg()
1347 if (idx < le32_to_cpu(pkg_hdr->seg_count)) in ice_get_pkg_seg_by_idx()
1503 for (i = 0; i < le32_to_cpu(pkg_hdr->seg_count); i++) { in ice_match_signing_seg()
1559 for (i = 0; i < le32_to_cpu(pkg_hdr->seg_count); i++) { in ice_download_pkg_with_sig_seg()
1840 for (i = 0; i < le32_to_cpu(pkg_hdr->seg_count); i++) { in ice_find_seg_in_pkg()
H A Dice_ddp.h97 __le32 seg_count; member
/linux/drivers/memstick/core/
H A Dmspro_block.c168 unsigned int seg_count; member
540 if (msb->current_seg == msb->seg_count) { in h_mspro_block_transfer_data()
629 msb->seg_count = blk_rq_map_sg(msb->block_req, msb->req_sg); in mspro_block_issue_req()
631 if (!msb->seg_count) { in mspro_block_issue_req()
913 msb->seg_count = 1; in mspro_block_read_attributes()
1014 msb->seg_count = 1; in mspro_block_read_attributes()
/linux/drivers/net/ethernet/qlogic/
H A Dqla3xxx.c1938 if (tx_cb->seg_count == 0) { in ql_process_mac_tx_intr()
1949 tx_cb->seg_count--; in ql_process_mac_tx_intr()
1950 if (tx_cb->seg_count) { in ql_process_mac_tx_intr()
1951 for (i = 1; i < tx_cb->seg_count; i++) { in ql_process_mac_tx_intr()
2314 seg_cnt = tx_cb->seg_count; in ql_send_map()
2470 tx_cb->seg_count = ql_get_seg_count(qdev, in ql3xxx_send()
2472 if (tx_cb->seg_count == -1) { in ql3xxx_send()
3637 for (j = 1; j < tx_cb->seg_count; j++) { in ql_reset_work()
H A Dqla3xxx.h1038 int seg_count; member