Searched refs:seg_count (Results 1 – 7 of 7) sorted by relevance
65 size_t seg_count; /* number of segments */ member
87 __kernel_size_t seg_count; /* number of segments */ member
36 u32 seg_count; in ice_verify_pkg() local49 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()
97 __le32 seg_count; member
168 unsigned int seg_count; member540 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()
1938 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()
1038 int seg_count; member