Searched refs:iscsic (Results 1 – 4 of 4) sorted by relevance
/drivers/scsi/cxgbi/cxgb3i/ |
D | cxgb3i.h | 37 pi->iscsic.flags = addr ? 1 : 0; in cxgb3i_set_private_ipv4addr() 40 memcpy(pi->iscsic.mac_addr, ndev->dev_addr, ETH_ALEN); in cxgb3i_set_private_ipv4addr()
|
/drivers/net/ethernet/chelsio/cxgb3/ |
D | adapter.h | 77 struct iscsi_config iscsic; member
|
D | sge.c | 2048 pi->iscsic.mac_addr, sha); in cxgb3_arp_process() 2065 if (pi->iscsic.recv) in cxgb3_process_iscsi_prov_pack() 2066 pi->iscsic.recv(pi, skb); in cxgb3_process_iscsi_prov_pack() 2108 if (unlikely(pi->iscsic.flags)) in rx_eth()
|
D | cxgb3_main.c | 352 t3_mac_set_address(mac, SAN_MAC_IDX, pi->iscsic.mac_addr); in link_start() 917 memcpy(req->src_mac1, pi->iscsic.mac_addr, ETH_ALEN); in write_smt_entry() 3198 memcpy(pi->iscsic.mac_addr, dev->dev_addr, ETH_ALEN); in cxgb3_init_iscsi_mac() 3199 pi->iscsic.mac_addr[3] |= 0x80; in cxgb3_init_iscsi_mac()
|