Searched refs:msg_bytes (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/drivers/staging/ath6kl/os/linux/ |
D | ar6000_android.c | 68 int tag_bytes = strlen(tag) + 1, msg_bytes; in logger_write() local 80 msg_bytes = strlen(msg) + 1; in logger_write() 81 if (msg_bytes <= 1) /* empty message? */ in logger_write() 83 if ((msg_bytes + tag_bytes + 1) > 2048) { in logger_write()
|
/linux-2.6.39/drivers/gpu/drm/i915/ |
D | intel_dp.c | 400 int msg_bytes; in intel_dp_aux_native_write() local 410 msg_bytes = send_bytes + 4; in intel_dp_aux_native_write() 412 ret = intel_dp_aux_ch(intel_dp, msg, msg_bytes, &ack, 1); in intel_dp_aux_native_write() 439 int msg_bytes; in intel_dp_aux_native_read() local 450 msg_bytes = 4; in intel_dp_aux_native_read() 454 ret = intel_dp_aux_ch(intel_dp, msg, msg_bytes, in intel_dp_aux_native_read() 484 int msg_bytes; in intel_dp_i2c_aux_ch() local 504 msg_bytes = 5; in intel_dp_i2c_aux_ch() 509 msg_bytes = 4; in intel_dp_i2c_aux_ch() 513 msg_bytes = 3; in intel_dp_i2c_aux_ch() [all …]
|
/linux-2.6.39/include/linux/ |
D | ipc_namespace.h | 39 atomic_t msg_bytes; member
|
/linux-2.6.39/ipc/ |
D | msg.c | 118 atomic_set(&ns->msg_bytes, 0); in msg_init_ns() 297 atomic_sub(msq->q_cbytes, &ns->msg_bytes); in freeque() 509 msginfo.msgtql = atomic_read(&ns->msg_bytes); in SYSCALL_DEFINE3() 711 atomic_add(msgsz, &ns->msg_bytes); in do_msgsnd() 816 atomic_sub(msg->m_ts, &ns->msg_bytes); in do_msgrcv()
|
/linux-2.6.39/drivers/scsi/aic7xxx/ |
D | aic7xxx_osm.c | 1513 int msg_bytes; in ahc_linux_run_command() local 1516 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs); in ahc_linux_run_command() 1517 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) { in ahc_linux_run_command()
|
D | aic79xx_osm.c | 1621 int msg_bytes; in ahd_linux_run_command() local 1624 msg_bytes = scsi_populate_tag_msg(cmd, tag_msgs); in ahd_linux_run_command() 1625 if (msg_bytes && tag_msgs[0] != MSG_SIMPLE_TASK) { in ahd_linux_run_command()
|