Home
last modified time | relevance | path

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

/linux/drivers/scsi/leapraid/
H A Dleapraid_func.c1515 struct leapraid_card_port *card_port_table, int index, in leapraid_del_phy_part_of_anther_port() argument
1527 if (card_port_table[i].phy_mask & BIT(offset)) { in leapraid_del_phy_part_of_anther_port()
1538 card_port_table[index].phy_mask |= BIT(offset); in leapraid_del_phy_part_of_anther_port()
1544 struct leapraid_card_port *card_port_table, in leapraid_add_or_del_phys_from_existing_port() argument
1553 card_port_table[index].phy_mask; in leapraid_add_or_del_phys_from_existing_port()
1558 if (!(card_port_table[index].phy_mask & BIT(offset))) { in leapraid_add_or_del_phys_from_existing_port()
1560 card_port_table, in leapraid_add_or_del_phys_from_existing_port()
5945 struct leapraid_card_port *card_port_table, in leapraid_find_matching_port() argument
5951 if (card_port_table[i].port_id == port_id && in leapraid_find_matching_port()
5952 card_port_table[i].sas_address == sas_addr) in leapraid_find_matching_port()