| /OK3568_Linux_fs/kernel/tools/testing/selftests/net/ |
| H A D | tcp_inq.c | 99 int c, one = 1, inq = -1; in main() local 168 inq = *((int *) CMSG_DATA(cm)); in main() 170 if (inq != BUF_SIZE - iov[0].iov_len) { in main() 171 fprintf(stderr, "unexpected inq: %d\n", inq); in main()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/device_handler/ |
| H A D | scsi_dh_rdac.c | 213 } inq; member 366 struct c8_inquiry *inqp = &h->inq.c8; in get_lun_info() 392 struct c9_inquiry *inqp = &h->inq.c9; in check_ownership() 441 struct c4_inquiry *inqp = &h->inq.c4; in initialize_controller() 468 struct c2_inquiry *inqp = &h->inq.c2; in set_mode_select()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp.c | 1871 int inq = tcp_inq(sk); in tcp_zerocopy_receive() local 1892 avail_len = min_t(u32, vma_len, inq); in tcp_zerocopy_receive() 2073 int inq; in tcp_inq_hint() local 2075 inq = rcv_nxt - copied_seq; in tcp_inq_hint() 2076 if (unlikely(inq < 0 || copied_seq != READ_ONCE(tp->copied_seq))) { in tcp_inq_hint() 2078 inq = tp->rcv_nxt - tp->copied_seq; in tcp_inq_hint() 2084 if (inq == 0 && sock_flag(sk, SOCK_DONE)) in tcp_inq_hint() 2085 inq = 1; in tcp_inq_hint() 2086 return inq; in tcp_inq_hint() 2105 int err, inq; in tcp_recvmsg() local [all …]
|
| /OK3568_Linux_fs/buildroot/package/sg3_utils/ |
| H A D | sg3_utils.mk | 32 get_lba_status ident inq logs luns map26 \
|
| /OK3568_Linux_fs/kernel/drivers/scsi/ |
| H A D | scsi_scan.c | 1004 static unsigned char *scsi_inq_str(unsigned char *buf, unsigned char *inq, in scsi_inq_str() argument 1009 for (idx = 0; idx + first < end && idx + first < inq[4] + 5; idx++) { in scsi_inq_str() 1010 if (inq[idx+first] > ' ') { in scsi_inq_str() 1011 buf[idx] = inq[idx+first]; in scsi_inq_str()
|
| H A D | gdth.c | 1874 gdth_inq_data inq; in gdth_internal_cache_cmd() local 1897 inq.type_qual = (ha->hdr[t].devtype&4) ? TYPE_ROM:TYPE_DISK; in gdth_internal_cache_cmd() 1900 inq.modif_rmb = 0x00; in gdth_internal_cache_cmd() 1903 inq.modif_rmb = 0x80; in gdth_internal_cache_cmd() 1904 inq.version = 2; in gdth_internal_cache_cmd() 1905 inq.resp_aenc = 2; in gdth_internal_cache_cmd() 1906 inq.add_length= 32; in gdth_internal_cache_cmd() 1907 strcpy(inq.vendor,ha->oem_name); in gdth_internal_cache_cmd() 1908 snprintf(inq.product, sizeof(inq.product), "Host Drive #%02d",t); in gdth_internal_cache_cmd() 1909 strcpy(inq.revision," "); in gdth_internal_cache_cmd() [all …]
|
| H A D | myrb.c | 1343 unsigned char inq[36] = { in myrb_inquiry() local 1352 inq[7] |= 1 << 6; in myrb_inquiry() 1354 inq[7] |= 1 << 5; in myrb_inquiry() 1355 memcpy(&inq[16], cb->model_name, 16); in myrb_inquiry() 1356 memcpy(&inq[32], cb->fw_version, 1); in myrb_inquiry() 1357 memcpy(&inq[33], &cb->fw_version[2], 2); in myrb_inquiry() 1358 memcpy(&inq[35], &cb->fw_version[7], 1); in myrb_inquiry() 1360 scsi_sg_copy_from_buffer(scmd, (void *)inq, 36); in myrb_inquiry()
|
| H A D | megaraid.c | 224 mraid_inquiry *inq; in mega_query_adapter() local 233 inq = &ext_inq->raid_inq; in mega_query_adapter() 246 mega_8_to_40ld(inq, inquiry3, in mega_query_adapter()
|
| H A D | advansys.c | 2151 #define ASC_DBG_PRT_INQUIRY(lvl, inq, len) argument 2209 #define ASC_DBG_PRT_INQUIRY(lvl, inq, len) \ argument 2210 ASC_DBG_PRT_HEX((lvl), "INQUIRY", (uchar *) (inq), (len));
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | tcp.h | 350 __u32 inq; /* out: amount of bytes in read queue */ member
|
| /OK3568_Linux_fs/kernel/arch/riscv/include/asm/ |
| H A D | io.h | 64 #define inq(c) ({ u64 __v; __io_pbr(); __v = readq_cpu((void*)(c)); __io_par(__v); __v; }) macro
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/btc/ |
| H A D | hal_btc.c | 1250 cx->cnt_bt[BTC_BCNT_INQ] += !!(btinfo.lb3.inq && !bt->inq); in _update_bt_info() 1251 bt->inq = btinfo.lb3.inq; in _update_bt_info()
|
| H A D | hal_btc.h | 527 u8 inq: 1; member 1099 u32 inq: 1; member
|
| H A D | halbtc_dbg_cmd.c | 453 (bt->inq? " inquirying!!" : ""), in _show_bt_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/btc/ |
| H A D | hal_btc.c | 1250 cx->cnt_bt[BTC_BCNT_INQ] += !!(btinfo.lb3.inq && !bt->inq); in _update_bt_info() 1251 bt->inq = btinfo.lb3.inq; in _update_bt_info()
|
| H A D | hal_btc.h | 527 u8 inq: 1; member 1104 u32 inq: 1; member
|
| H A D | halbtc_dbg_cmd.c | 453 (bt->inq? " inquirying!!" : ""), in _show_bt_info()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/aacraid/ |
| H A D | aachba.c | 545 struct inquiry_data inq; in get_container_name_callback() local 553 scsi_sg_copy_to_buffer(scsicmd, &inq, sizeof(inq)); in get_container_name_callback() 554 memcpy(inq.inqd_pid, d, sizeof(d)); in get_container_name_callback() 555 scsi_sg_copy_from_buffer(scsicmd, &inq, sizeof(inq)); in get_container_name_callback()
|
| /OK3568_Linux_fs/external/rknpu2/examples/librknn_api_android_demo/include/stb/ |
| H A D | stb_image.h | 2532 #define dct_long_mul(out, inq, coeff) \ in stbi__idct_simd() argument 2533 int32x4_t out##_l = vmull_s16(vget_low_s16(inq), coeff); \ in stbi__idct_simd() 2534 int32x4_t out##_h = vmull_s16(vget_high_s16(inq), coeff) in stbi__idct_simd() 2536 #define dct_long_mac(out, acc, inq, coeff) \ in stbi__idct_simd() argument 2537 int32x4_t out##_l = vmlal_s16(acc##_l, vget_low_s16(inq), coeff); \ in stbi__idct_simd() 2538 int32x4_t out##_h = vmlal_s16(acc##_h, vget_high_s16(inq), coeff) in stbi__idct_simd() 2540 #define dct_widen(out, inq) \ in stbi__idct_simd() argument 2541 int32x4_t out##_l = vshll_n_s16(vget_low_s16(inq), 12); \ in stbi__idct_simd() 2542 int32x4_t out##_h = vshll_n_s16(vget_high_s16(inq), 12) in stbi__idct_simd()
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/stb/ |
| H A D | stb_image.h | 2532 #define dct_long_mul(out, inq, coeff) \ in stbi__idct_simd() argument 2533 int32x4_t out##_l = vmull_s16(vget_low_s16(inq), coeff); \ in stbi__idct_simd() 2534 int32x4_t out##_h = vmull_s16(vget_high_s16(inq), coeff) in stbi__idct_simd() 2536 #define dct_long_mac(out, acc, inq, coeff) \ in stbi__idct_simd() argument 2537 int32x4_t out##_l = vmlal_s16(acc##_l, vget_low_s16(inq), coeff); \ in stbi__idct_simd() 2538 int32x4_t out##_h = vmlal_s16(acc##_h, vget_high_s16(inq), coeff) in stbi__idct_simd() 2540 #define dct_widen(out, inq) \ in stbi__idct_simd() argument 2541 int32x4_t out##_l = vshll_n_s16(vget_low_s16(inq), 12); \ in stbi__idct_simd() 2542 int32x4_t out##_h = vshll_n_s16(vget_high_s16(inq), 12) in stbi__idct_simd()
|
| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | moxa.c | 125 int inq; member 321 tmp.inq = MoxaPortRxQueue(p); in moxa_ioctl()
|