Searched refs:loffset (Results 1 – 3 of 3) sorted by relevance
158 u16 loffset, lnum_entries; in opa_vnic_query_mac_tbl() local165 loffset = be16_to_cpu(tbl->offset); in opa_vnic_query_mac_tbl()172 if ((node->index < loffset) || in opa_vnic_query_mac_tbl()173 (node->index >= (loffset + lnum_entries))) in opa_vnic_query_mac_tbl()177 entry = &tbl->tbl_entries[node->index - loffset]; in opa_vnic_query_mac_tbl()211 u16 loffset, lnum_entries; in opa_vnic_update_mac_tbl() local221 loffset = be16_to_cpu(tbl->offset); in opa_vnic_update_mac_tbl()233 loffset + i, mac_addr[0], mac_addr[1], mac_addr[2], in opa_vnic_update_mac_tbl()247 node->index = loffset + i; in opa_vnic_update_mac_tbl()264 if ((node->index >= loffset) && in opa_vnic_update_mac_tbl()[all …]
123 u16 loffset = le16_to_cpu(ent->offset); in rsc_offset() local125 return cmd_db_header->data + offset + loffset; in rsc_offset()
206 static void sm_break_offset(struct sm_ftl *ftl, loff_t loffset, in sm_break_offset() argument209 u64 offset = loffset; in sm_break_offset()