Searched refs:MTIP_MAX_SG (Results 1 – 2 of 2) sorted by relevance
72 #define MTIP_MAX_SG 128 macro341 struct scatterlist sg[MTIP_MAX_SG]; /* Scatter list entries */
44 #define HW_CMD_TBL_SZ (AHCI_CMD_TBL_HDR_SZ + (MTIP_MAX_SG * 16))3347 sg_init_table(dd->port->commands[i].sg, MTIP_MAX_SG); in mtip_hw_init()3916 if (unlikely((bio)->bi_vcnt > MTIP_MAX_SG)) { in mtip_make_request()4039 blk_queue_max_segments(dd->queue, MTIP_MAX_SG); in mtip_block_initialize()