Searched refs:transfer_count (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dql_apps.h117 uint32_t transfer_count; member in struct:lbp
127 uint32_t transfer_count; member in struct:lbp
H A Dql_mbx.h540 uint32_t transfer_count; member in struct:echo
/illumos-gate/usr/src/common/util/
H A Dstring.c75 int pad_count, transfer_count, left_align; local
195 transfer_count = strnlen(sp, prec);
200 transfer_count = strlen(sp);
201 if (width > transfer_count)
202 pad_count = width - transfer_count;
208 while (transfer_count-- > 0)
/illumos-gate/usr/src/uts/common/sys/scsi/adapters/pmcs/
H A Datapi7v3.h140 uint16_t transfer_count; member in struct:__anon8945
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_mbx.c608 mcp->mb[10] = LSW(lb->transfer_count);
609 mcp->mb[11] = MSW(lb->transfer_count);
657 mcp->mb[10] = LSW(lb->transfer_count);
658 mcp->mb[11] = MSW(lb->transfer_count);
752 mcp->mb[10] = LSW(echo_pt->transfer_count);
H A Dql_api.c4353 lb->transfer_count =
4433 echo.transfer_count = (uint32_t)(cmd->pm_cmd_len + 4);

Completed in 97 milliseconds