/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | target_core_user.h | 22 __u32 cmd_tail __attribute__((__aligned__(ALIGN_SIZE))); member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | target_core_user.h | 35 __u32 cmd_tail __attribute__((__aligned__(ALIGN_SIZE))); member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | target_core_user.h | 35 __u32 cmd_tail __attribute__((__aligned__(ALIGN_SIZE))); member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | target_core_user.h | 39 * and also set mailbox->cmd_tail equal to the old cmd_tail plus 40 * hdr->length, mod cmdr_size. If cmd_tail doesn't equal cmd_head, it 59 __u32 cmd_tail __attribute__((__aligned__(ALIGN_SIZE))); member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | target_core_user.h | 39 * and also set mailbox->cmd_tail equal to the old cmd_tail plus 40 * hdr->length, mod cmdr_size. If cmd_tail doesn't equal cmd_head, it 60 __u32 cmd_tail __attribute__((__aligned__(ALIGN_SIZE))); member
|
/kernel/linux/linux-5.10/drivers/net/ethernet/i825xx/ |
H A D | lib82596.c | 320 struct i596_cmd *cmd_tail; member 914 lp->cmd_tail->v_next = cmd; in i596_add_cmd() 915 lp->cmd_tail->b_next = SWAP32(virt_to_dma(lp, &cmd->status)); in i596_add_cmd() 916 dma_sync_dev(dev, lp->cmd_tail, sizeof(struct i596_cmd)); in i596_add_cmd() 925 lp->cmd_tail = cmd; in i596_add_cmd() 1263 while ((ptr != NULL) && (ptr != lp->cmd_tail)) { in i596_interrupt()
|
H A D | 82596.c | 328 struct i596_cmd *cmd_tail; member 952 lp->cmd_tail->v_next = cmd; in i596_add_cmd() 953 lp->cmd_tail->b_next = WSWAPcmd(virt_to_bus(&cmd->status)); in i596_add_cmd() 961 lp->cmd_tail = cmd; in i596_add_cmd() 1347 while ((ptr != I596_NULL) && (ptr != lp->cmd_tail)) { in i596_interrupt()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/i825xx/ |
H A D | lib82596.c | 319 struct i596_cmd *cmd_tail; member 913 lp->cmd_tail->v_next = cmd; in i596_add_cmd() 914 lp->cmd_tail->b_next = SWAP32(virt_to_dma(lp, &cmd->status)); in i596_add_cmd() 915 dma_sync_dev(dev, lp->cmd_tail, sizeof(struct i596_cmd)); in i596_add_cmd() 924 lp->cmd_tail = cmd; in i596_add_cmd() 1262 while ((ptr != NULL) && (ptr != lp->cmd_tail)) { in i596_interrupt()
|
H A D | 82596.c | 327 struct i596_cmd *cmd_tail; member 951 lp->cmd_tail->v_next = cmd; in i596_add_cmd() 952 lp->cmd_tail->b_next = WSWAPcmd(virt_to_bus(&cmd->status)); in i596_add_cmd() 960 lp->cmd_tail = cmd; in i596_add_cmd() 1336 while ((ptr != I596_NULL) && (ptr != lp->cmd_tail)) { in i596_interrupt()
|
/kernel/linux/linux-5.10/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_fd.c | 174 static int pcan_usb_fd_send_cmd(struct peak_usb_device *dev, void *cmd_tail) in pcan_usb_fd_send_cmd() argument 189 cmd_len = cmd_tail - cmd_head; in pcan_usb_fd_send_cmd() 191 memset(cmd_tail, 0xff, sizeof(u64)); in pcan_usb_fd_send_cmd()
|
/kernel/linux/linux-6.6/drivers/net/can/usb/peak_usb/ |
H A D | pcan_usb_fd.c | 192 static int pcan_usb_fd_send_cmd(struct peak_usb_device *dev, void *cmd_tail) in pcan_usb_fd_send_cmd() argument 210 cmd_len = cmd_tail - cmd_head; in pcan_usb_fd_send_cmd() 212 memset(cmd_tail, 0xff, sizeof(u64)); in pcan_usb_fd_send_cmd()
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_user.c | 1408 while (udev->cmdr_last_cleaned != READ_ONCE(mb->cmd_tail)) { in tcmu_handle_completions() 2254 mb->cmd_tail, mb->cmd_head); in tcmu_reset_ring() 2257 mb->cmd_tail = 0; in tcmu_reset_ring()
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_user.c | 1457 while (udev->cmdr_last_cleaned != READ_ONCE(mb->cmd_tail)) { in tcmu_handle_completions() 2403 mb->cmd_tail, mb->cmd_head); in tcmu_reset_ring() 2406 mb->cmd_tail = 0; in tcmu_reset_ring()
|
/kernel/linux/linux-5.10/kernel/debug/kdb/ |
H A D | kdb_main.c | 872 static unsigned int cmd_head, cmd_tail; variable 1158 if (cmd_head == cmd_tail) in handle_ctrl_cmd() 1162 if (cmdptr != cmd_tail) in handle_ctrl_cmd() 1390 if (cmd_head == cmd_tail) in kdb_local() 1391 cmd_tail = (cmd_tail+1) % KDB_CMD_HISTORY_COUNT; in kdb_local()
|
/kernel/linux/linux-6.6/kernel/debug/kdb/ |
H A D | kdb_main.c | 870 static unsigned int cmd_head, cmd_tail; variable 1143 if (cmd_head == cmd_tail) in handle_ctrl_cmd() 1147 if (cmdptr != cmd_tail) in handle_ctrl_cmd() 1375 if (cmd_head == cmd_tail) in kdb_local() 1376 cmd_tail = (cmd_tail+1) % KDB_CMD_HISTORY_COUNT; in kdb_local()
|