Searched refs:cmd_sz (Results 1 – 2 of 2) sorted by relevance
493 static inline void io_kiocb_cmd_sz_check(size_t cmd_sz) in io_kiocb_cmd_sz_check() argument495 BUILD_BUG_ON(cmd_sz > sizeof(struct io_cmd_data)); in io_kiocb_cmd_sz_check()
7097 static const size_t cmd_sz = sizeof(*cmd) + in hpsa_message() local7119 cmd = dma_alloc_coherent(&pdev->dev, cmd_sz, &paddr64, GFP_KERNEL); in hpsa_message()7168 dma_free_coherent(&pdev->dev, cmd_sz, cmd, paddr64); in hpsa_message()