Searched refs:_fcp (Results 1 – 1 of 1) sorted by relevance
50 #define BFA_IOTAG_FROM_TAG(_fcp, _tag) \ argument51 (&(_fcp)->iotag_arr[(_tag & BFA_IOIM_IOTAG_MASK)])52 #define BFA_ITN_FROM_TAG(_fcp, _tag) \ argument53 ((_fcp)->itn_arr + ((_tag) & ((_fcp)->num_itns - 1)))54 #define BFA_SNSINFO_FROM_TAG(_fcp, _tag) \ argument55 bfa_mem_get_dmabuf_kva(_fcp, (_tag & BFA_IOIM_IOTAG_MASK), \