Home
last modified time | relevance | path

Searched refs:BFA_IOIM_IOTAG_MASK (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/scsi/bfa/
H A Dbfa_fcpim.h43 (&(_fcp)->iotag_arr[(_tag & BFA_IOIM_IOTAG_MASK)])
47 bfa_mem_get_dmabuf_kva(_fcp, (_tag & BFA_IOIM_IOTAG_MASK), \
67 #define BFA_IOIM_IOTAG_MASK 0x07ff /* 2K IOs */ macro
242 #define BFA_IOIM_TAG_2_ID(_iotag) ((_iotag) & BFA_IOIM_IOTAG_MASK)
244 (&fcpim->ioim_arr[(_iotag & BFA_IOIM_IOTAG_MASK)])
254 k++; (__ioim)->iotag &= BFA_IOIM_IOTAG_MASK; \
H A Dbfa_fcpim.c2973 ioim->iotag &= BFA_IOIM_IOTAG_MASK; in bfa_ioim_free()