Searched refs:_fcp (Results 1 – 1 of 1) sorted by relevance
42 #define BFA_IOTAG_FROM_TAG(_fcp, _tag) \ argument43 (&(_fcp)->iotag_arr[(_tag & BFA_IOIM_IOTAG_MASK)])44 #define BFA_ITN_FROM_TAG(_fcp, _tag) \ argument45 ((_fcp)->itn_arr + ((_tag) & ((_fcp)->num_itns - 1)))46 #define BFA_SNSINFO_FROM_TAG(_fcp, _tag) \ argument47 bfa_mem_get_dmabuf_kva(_fcp, (_tag & BFA_IOIM_IOTAG_MASK), \