Lines Matching defs:total_bytes

242 	uint16_t no_bytes = 0, total_bytes = 0, pending_bytes = 0;
248 total_bytes = (le16_to_cpu(purex->frame_size) & 0x0FFF)
255 tpad = roundup(total_bytes, 4);
265 pending_bytes = total_bytes = tpad;
279 while ((total_bytes > 0) && (entry_count_remaining > 0)) {
299 if ((buffer_copy_offset + no_bytes) <= total_bytes) {
310 total_bytes - buffer_copy_offset);
321 total_bytes, entry_count_remaining);
326 be32_to_cpu_array((u32 *)buf, (__be32 *)buf, total_bytes >> 2);
861 uint16_t no_bytes = 0, total_bytes = 0, pending_bytes = 0;
869 total_bytes = (le16_to_cpu(purls->frame_size) & 0x0FFF) -
875 total_bytes = (le16_to_cpu(purex->frame_size) & 0x0FFF) -
881 pending_bytes = total_bytes;
886 (is_purls ? "PURLS" : "FPIN"), total_bytes, entry_count);
888 item = qla24xx_alloc_purex_item(vha, total_bytes);
909 while ((total_bytes > 0) && (entry_count_remaining > 0)) {
937 if ((buffer_copy_offset + no_bytes) <= total_bytes) {
949 total_bytes - buffer_copy_offset);
959 total_bytes, entry_count_remaining);
966 host_to_fcp_swap((uint8_t *)&item->iocb, total_bytes);
1158 uint16_t no_bytes = 0, total_bytes = 0, pending_bytes = 0;
1164 total_bytes = (le16_to_cpu(purex->frame_size) & 0x0FFF)
1166 pending_bytes = total_bytes;
1172 total_bytes, entry_count);
1174 item = qla24xx_alloc_purex_item(vha, total_bytes);
1189 while ((total_bytes > 0) && (entry_count_remaining > 0)) {
1217 if ((buffer_copy_offset + no_bytes) <= total_bytes) {
1230 total_bytes - buffer_copy_offset);
1240 total_bytes, entry_count_remaining);
1245 host_to_fcp_swap((uint8_t *)&item->iocb, total_bytes);