Searched refs:FNIC_FC_SEND (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/scsi/fnic/ |
H A D | fnic_trace.h | 26 * Fisrt bit of FNIC_FC_RECV and FNIC_FC_SEND is used to represent the type 31 #define FNIC_FC_SEND 0x54 /* Character T */ macro
|
H A D | fnic_fcs.c | 1036 FNIC_FC_SEND|0x80, (char *)eth_hdr, skb->len)) != 0) { in fnic_eth_send() 1041 FNIC_FC_SEND|0x80, (char *)skb->data, skb->len)) != 0) { in fnic_eth_send() 1129 if ((fnic_fc_trace_set_data(fnic->lport->host->host_no, FNIC_FC_SEND, in fnic_send_frame()
|
/kernel/linux/linux-6.6/drivers/scsi/fnic/ |
H A D | fnic_trace.h | 12 * Fisrt bit of FNIC_FC_RECV and FNIC_FC_SEND is used to represent the type 17 #define FNIC_FC_SEND 0x54 /* Character T */ macro
|
H A D | fnic_fcs.c | 1026 FNIC_FC_SEND|0x80, (char *)eth_hdr, skb->len)) != 0) { in fnic_eth_send() 1031 FNIC_FC_SEND|0x80, (char *)skb->data, skb->len)) != 0) { in fnic_eth_send() 1119 if ((fnic_fc_trace_set_data(fnic->lport->host->host_no, FNIC_FC_SEND, in fnic_send_frame()
|
Completed in 5 milliseconds