needrts          1706 dev/ic/rt2560.c 	int pktlen, rate, needcts = 0, needrts = 0, error;
needrts          1748 dev/ic/rt2560.c 			needrts = 1;	/* RTS/CTS based on frame length */
needrts          1754 dev/ic/rt2560.c 				needrts = 1;	/* RTS/CTS */
needrts          1757 dev/ic/rt2560.c 	if (needrts || needcts) {
needrts          1768 dev/ic/rt2560.c 		if (needrts) {
needrts          1802 dev/ic/rt2560.c 		    (needrts ? RT2560_TX_NEED_ACK : 0) | RT2560_TX_MORE_FRAG,
needrts          1554 dev/ic/rt2661.c 	int pktlen, rate, needcts = 0, needrts = 0, error;
needrts          1594 dev/ic/rt2661.c 			needrts = 1;	/* RTS/CTS based on frame length */
needrts          1600 dev/ic/rt2661.c 				needrts = 1;	/* RTS/CTS */
needrts          1603 dev/ic/rt2661.c 	if (needrts || needcts) {
needrts          1614 dev/ic/rt2661.c 		if (needrts) {
needrts          1648 dev/ic/rt2661.c 		    (needrts ? RT2661_TX_NEED_ACK : 0) | RT2661_TX_MORE_FRAG,
needrts          1050 dev/usb/if_ral.c 	int rate, xferlen, pktlen, needrts = 0, needcts = 0;
needrts          1085 dev/usb/if_ral.c 			needrts = 1;	/* RTS/CTS based on frame length */
needrts          1091 dev/usb/if_ral.c 				needrts = 1;	/* RTS/CTS */
needrts          1094 dev/usb/if_ral.c 	if (needrts || needcts) {
needrts          1105 dev/usb/if_ral.c 		if (needrts) {
needrts          1128 dev/usb/if_ral.c 		    (needrts ? RAL_TX_NEED_ACK : 0) | RAL_TX_RETRY(7),
needrts          1059 dev/usb/if_rum.c 	int rate, xferlen, pktlen, needrts = 0, needcts = 0;
needrts          1094 dev/usb/if_rum.c 			needrts = 1;	/* RTS/CTS based on frame length */
needrts          1100 dev/usb/if_rum.c 				needrts = 1;	/* RTS/CTS */
needrts          1103 dev/usb/if_rum.c 	if (needrts || needcts) {
needrts          1114 dev/usb/if_rum.c 		if (needrts) {
needrts          1137 dev/usb/if_rum.c 		    (needrts ? RT2573_TX_NEED_ACK : 0) | RT2573_TX_MORE_FRAG,