Searched refs:dcrc (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_pdu.c141 static inline void tx_skb_setmode(struct sk_buff *skb, int hcrc, int dcrc) argument
147 if (dcrc)
H A Dcxgb3i_ddp.h305 int hcrc, int dcrc, int reply);
H A Dcxgb3i_ddp.c550 * @dcrc: data digest enabled
555 int hcrc, int dcrc, int reply)
560 u64 val = (hcrc ? 1 : 0) | (dcrc ? 2 : 0);
554 cxgb3i_setup_conn_digest(struct t3cdev *tdev, unsigned int tid, int hcrc, int dcrc, int reply) argument

Completed in 61 milliseconds