Searched refs:tpid_format (Results 1 – 1 of 1) sorted by relevance
/external/f2fs-tools/tools/sg_write_buffer/ |
D | sg_lib.c | 525 int proto_id, num, k, n, normal_len, tpid_format; in sg_decode_transportid_str() local 547 tpid_format = ((bp[0] >> 6) & 0x3); in sg_decode_transportid_str() 554 if (0 != tpid_format) in sg_decode_transportid_str() 556 "%d]\n", lip, tpid_format); in sg_decode_transportid_str() 563 if (0 != tpid_format) in sg_decode_transportid_str() 565 "%d]\n", lip, tpid_format); in sg_decode_transportid_str() 575 tpid_format); in sg_decode_transportid_str() 581 if (0 != tpid_format) in sg_decode_transportid_str() 583 "%d]\n", lip, tpid_format); in sg_decode_transportid_str() 590 if (0 != tpid_format) in sg_decode_transportid_str() [all …]
|