Lines Matching +full:sc +full:- +full:resource
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
33 #define CHAN2BANKPORT(_x) ((_x) & (CXLFLASH_NUM_FC_PORTS_PER_BANK - 1))
37 #define PORTNUM2CHAN(_x) ((_x) - 1) /* port number to channel */
108 * Each context has its own set of resource handles that is visible
149 bool ws_unmap; /* Write-same unmap supported */
169 /* As per the SISLITE spec the IOARCB EA has to be 16-byte aligned.
175 static inline struct afu_cmd *sc_to_afuc(struct scsi_cmnd *sc) in sc_to_afuc() argument
177 return PTR_ALIGN(scsi_cmd_priv(sc), __alignof__(struct afu_cmd)); in sc_to_afuc()
180 static inline struct afu_cmd *sc_to_afuci(struct scsi_cmnd *sc) in sc_to_afuci() argument
182 struct afu_cmd *afuc = sc_to_afuc(sc); in sc_to_afuci()
184 INIT_LIST_HEAD(&afuc->queue); in sc_to_afuci()
188 static inline struct afu_cmd *sc_to_afucz(struct scsi_cmnd *sc) in sc_to_afucz() argument
190 struct afu_cmd *afuc = sc_to_afuc(sc); in sc_to_afucz()
193 return sc_to_afuci(sc); in sc_to_afucz()
241 u32 internal_lun; /* User-desired LUN mode for this AFU */
259 return &afu->hwqs[index]; in get_hwq()
264 return !!afu->irqpoll_weight; in afu_is_irqpoll_enabled()
269 u64 afu_cap = afu->interface_version >> SISL_INTVER_CAP_SHIFT; in afu_has_cap()
310 struct afu *afu = cfg->afu; in get_fc_port_bank()
312 return &afu->afu_map->global.bank[CHAN2PORTBANK(i)]; in get_fc_port_bank()
319 return &fcpb->fc_port_regs[CHAN2BANKPORT(i)][0]; in get_fc_port_regs()
326 return &fcpb->fc_port_luns[CHAN2BANKPORT(i)][0]; in get_fc_port_luns()